#8419B3

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

Shades of Dark Orchid #8419B3

Tints of Dark Orchid #8419B3

Color information

#8419B3 (or 0x8419B3) is unknown color: approx Dark Orchid. HEX triplet: 84, 19 and B3. RGB value is (132,25,179). Sum of RGB (Red+Green+Blue) = 132+25+179=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #8419B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8419B3 is #7BE64C. Grayscale: #4A4A4A. Windows color (decimal): -8119885 or 11737476. OLE color: 11737476.

HSL color Cylindrical-coordinate representation of color #8419B3: hue angle of 281.69º 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 #8419B3 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13225179-
CMYK0.260.8600.30
HSL281.69º75.49%40%-
HSV(B)281.69º86.03%70.2%-
XYZ188.8643.41-
YUV74.55186.95168.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 25 (10.16% from 255) = 7.44%
BLUE value IS 179 (70.31% from 255) = 53.27%
R=39.29%
G=7.44%
B=53.27%

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
Decimal132251790.260.8600.30281.6975.4940
Hex8419B31A5601E11a4b28
Octal204312633212603643211350
Binary1000010011001101100111101010101100111101000110101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8419B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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