#8439CA

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

Shades of Dark Orchid #8439CA

Tints of Dark Orchid #8439CA

Color information

#8439CA (or 0x8439CA) is unknown color: approx Dark Orchid. HEX triplet: 84, 39 and CA. RGB value is (132,57,202). Sum of RGB (Red+Green+Blue) = 132+57+202=391 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.76% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #8439CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439CA is #7BC635. Grayscale: #5F5F5F. Windows color (decimal): -8111670 or 13252996. OLE color: 13252996.

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

Color convert

RGB13257202-
CMYK0.350.7200.21
HSL271.03º57.77%50.78%-
HSV(B)271.03º71.78%79.22%-
XYZ21.6412.157.07-
YUV95.96187.85153.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.76%
GREEN value IS 57 (22.66% from 255) = 14.58%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=33.76%
G=14.58%
B=51.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132572020.350.7200.21271.0357.7750.78
Hex8439CA234801510f3a33
Octal20471312431100254177263
Binary10000100111001110010101000111001000010101100001111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8439CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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