#8331BF

Color #8331BF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8331BF

Tints of Dark Orchid #8331BF

Color information

#8331BF (or 0x8331BF) is unknown color: approx Dark Orchid. HEX triplet: 83, 31 and BF. RGB value is (131,49,191). Sum of RGB (Red+Green+Blue) = 131+49+191=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #8331BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8331BF is #7CCE40. Grayscale: #595959. Windows color (decimal): -8179265 or 12530051. OLE color: 12530051.

HSL color Cylindrical-coordinate representation of color #8331BF: hue angle of 274.65º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8331BF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13149191-
CMYK0.310.7400.25
HSL274.65º59.17%47.06%-
HSV(B)274.65º74.35%74.9%-
XYZ19.8610.7850.32-
YUV89.71185.17157.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 49 (19.53% from 255) = 13.21%
BLUE value IS 191 (75% from 255) = 51.48%
R=35.31%
G=13.21%
B=51.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131491910.310.7400.25274.6559.1747.06
Hex8331BF1F4A0191133b2f
Octal20361277371120314237357
Binary1000001111000110111111111111001010011001100010011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8331BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8331BF; }

 p { color: rgb(131,49,191); }

 H1.HeaderClassName
 {
   color: #8331BF;
 }
 .AnyTagClassName
 {
   color: #8331BF;
 }
</style>
background-color css

<style>
 a { background-color: #8331BF; }

 a { background-color: rgb(131,49,191); }

 div.DivClassName
 {
   background-color: #8331BF;
 }
 .BgClassName
 {
   background-color: #8331BF;
 }
</style>
border-color css

<style>
 span { border-color: #8331BF; }

 span { border-color: rgb(131,49,191); }

 td.TdClassName
 {
   border-color: #8331BF;
 }
 .TagClassName
 {
   border-color: #8331BF;
 }
</style>