#8441CA

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

Shades of Dark Orchid #8441CA

Tints of Dark Orchid #8441CA

Color information

#8441CA (or 0x8441CA) is unknown color: approx Dark Orchid. HEX triplet: 84, 41 and CA. RGB value is (132,65,202). Sum of RGB (Red+Green+Blue) = 132+65+202=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #8441CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8441CA is #7BBE35. Grayscale: #646464. Windows color (decimal): -8109622 or 13255044. OLE color: 13255044.

HSL color Cylindrical-coordinate representation of color #8441CA: hue angle of 269.34º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8441CA is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13265202-
CMYK0.350.6800.21
HSL269.34º56.38%52.35%-
HSV(B)269.34º67.82%79.22%-
XYZ22.0712.9557.21-
YUV100.65185.2150.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.08%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=33.08%
G=16.29%
B=50.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132652020.350.6800.21269.3456.3852.35
Hex8441CA234401510d3834
Octal204101312431040254157064
Binary100001001000001110010101000111000100010101100001101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8441CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8441CA; }

 p { color: rgb(132,65,202); }

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

<style>
 a { background-color: #8441CA; }

 a { background-color: rgb(132,65,202); }

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

<style>
 span { border-color: #8441CA; }

 span { border-color: rgb(132,65,202); }

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