#8436C9

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

Shades of Dark Orchid #8436C9

Tints of Dark Orchid #8436C9

Color information

#8436C9 (or 0x8436C9) is unknown color: approx Dark Orchid. HEX triplet: 84, 36 and C9. RGB value is (132,54,201). Sum of RGB (Red+Green+Blue) = 132+54+201=387 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.11% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #8436C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8436C9 is #7BC936. Grayscale: #5D5D5D. Windows color (decimal): -8112439 or 13186692. OLE color: 13186692.

HSL color Cylindrical-coordinate representation of color #8436C9: hue angle of 271.84º 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 #8436C9 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13254201-
CMYK0.340.7300.21
HSL271.84º57.65%50%-
HSV(B)271.84º73.13%78.82%-
XYZ21.3811.7656.4-
YUV94.08188.34155.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.11%
GREEN value IS 54 (21.48% from 255) = 13.95%
BLUE value IS 201 (78.91% from 255) = 51.94%
R=34.11%
G=13.95%
B=51.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132542010.340.7300.21271.8457.6550
Hex8436C922490151103a32
Octal20466311421110254207262
Binary10000100110110110010011000101001001010101100010000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8436C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8436C9; }

 p { color: rgb(132,54,201); }

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

<style>
 a { background-color: #8436C9; }

 a { background-color: rgb(132,54,201); }

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

<style>
 span { border-color: #8436C9; }

 span { border-color: rgb(132,54,201); }

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