#8840c6

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

Shades of Dark Orchid #8840C6

Tints of Dark Orchid #8840C6

Color information

#8840C6 (or 0x8840C6) is unknown color: approx Dark Orchid. HEX triplet: 88, 40 and C6. RGB value is (136,64,198). Sum of RGB (Red+Green+Blue) = 136+64+198=398 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.17% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #8840C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8840C6 is #77BF39. Grayscale: #646464. Windows color (decimal): -7847738 or 12992648. OLE color: 12992648.

HSL color Cylindrical-coordinate representation of color #8840C6: hue angle of 272.24º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8840C6 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13664198-
CMYK0.310.6800.22
HSL272.24º54.03%51.37%-
HSV(B)272.24º67.68%77.65%-
XYZ22.1812.9854.76-
YUV100.8182.85153.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.17%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 198 (77.73% from 255) = 49.75%
R=34.17%
G=16.08%
B=49.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal136641980.310.6800.22272.2454.0351.37
Hex8840C61F440161103633
Octal210100306371040264206663
Binary10001000100000011000110111111000100010110100010000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8840c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8840c6; }

 p { color: rgb(136,64,198); }

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

<style>
 a { background-color: #8840c6; }

 a { background-color: rgb(136,64,198); }

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

<style>
 span { border-color: #8840c6; }

 span { border-color: rgb(136,64,198); }

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