#8419B2

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

Shades of Dark Orchid #8419B2

Tints of Dark Orchid #8419B2

Color information

#8419B2 (or 0x8419B2) is unknown color: approx Dark Orchid. HEX triplet: 84, 19 and B2. RGB value is (132,25,178). Sum of RGB (Red+Green+Blue) = 132+25+178=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #8419B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8419B2 is #7BE64D. Grayscale: #494949. Windows color (decimal): -8119886 or 11671940. OLE color: 11671940.

HSL color Cylindrical-coordinate representation of color #8419B2: hue angle of 281.96º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8419B2 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13225178-
CMYK0.260.8600.30
HSL281.96º75.37%39.8%-
HSV(B)281.96º85.96%69.8%-
XYZ17.98.8242.88-
YUV74.44186.45169.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 25 (10.16% from 255) = 7.46%
BLUE value IS 178 (69.92% from 255) = 53.13%
R=39.40%
G=7.46%
B=53.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132251780.260.8600.30281.9675.3739.8
Hex8419B21A5601E11a4b28
Octal204312623212603643211350
Binary1000010011001101100101101010101100111101000110101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8419B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8419B2; }

 p { color: rgb(132,25,178); }

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

<style>
 a { background-color: #8419B2; }

 a { background-color: rgb(132,25,178); }

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

<style>
 span { border-color: #8419B2; }

 span { border-color: rgb(132,25,178); }

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