#8437CA

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

Shades of Dark Orchid #8437CA

Tints of Dark Orchid #8437CA

Color information

#8437CA (or 0x8437CA) is unknown color: approx Dark Orchid. HEX triplet: 84, 37 and CA. RGB value is (132,55,202). Sum of RGB (Red+Green+Blue) = 132+55+202=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #8437CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8437CA is #7BC835. Grayscale: #5E5E5E. Windows color (decimal): -8112182 or 13252484. OLE color: 13252484.

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

Color convert

RGB13255202-
CMYK0.350.7300.21
HSL271.43º58.1%50.39%-
HSV(B)271.43º72.77%79.22%-
XYZ21.5411.957.04-
YUV94.78188.51154.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.93%
GREEN value IS 55 (21.88% from 255) = 14.14%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=33.93%
G=14.14%
B=51.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132552020.350.7300.21271.4358.150.39
Hex8437CA234901510f3a32
Octal20467312431110254177262
Binary10000100110111110010101000111001001010101100001111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8437CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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