#8C29C9

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

Shades of Dark Orchid #8C29C9

Tints of Dark Orchid #8C29C9

Color information

#8C29C9 (or 0x8C29C9) is unknown color: approx Dark Orchid. HEX triplet: 8C, 29 and C9. RGB value is (140,41,201). Sum of RGB (Red+Green+Blue) = 140+41+201=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #8C29C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C29C9 is #73D636. Grayscale: #585858. Windows color (decimal): -7591479 or 13183372. OLE color: 13183372.

HSL color Cylindrical-coordinate representation of color #8C29C9: hue angle of 277.12º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C29C9 is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14041201-
CMYK0.300.8000.21
HSL277.12º66.12%47.45%-
HSV(B)277.12º79.6%78.82%-
XYZ22.1511.3856.29-
YUV88.84191.3164.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 41 (16.41% from 255) = 10.73%
BLUE value IS 201 (78.91% from 255) = 52.62%
R=36.65%
G=10.73%
B=52.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal140412010.300.8000.21277.1266.1247.45
Hex8C29C91E50015115422f
Octal214513113612002542510257
Binary10001100101001110010011111010100000101011000101011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C29C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C29C9; }

 p { color: rgb(140,41,201); }

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

<style>
 a { background-color: #8C29C9; }

 a { background-color: rgb(140,41,201); }

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

<style>
 span { border-color: #8C29C9; }

 span { border-color: rgb(140,41,201); }

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