#8C29B1

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

Shades of Dark Orchid #8C29B1

Tints of Dark Orchid #8C29B1

Color information

#8C29B1 (or 0x8C29B1) is unknown color: approx Dark Orchid. HEX triplet: 8C, 29 and B1. RGB value is (140,41,177). Sum of RGB (Red+Green+Blue) = 140+41+177=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C29B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C29B1 is #73D64E. Grayscale: #555555. Windows color (decimal): -7591503 or 11610508. OLE color: 11610508.

HSL color Cylindrical-coordinate representation of color #8C29B1: hue angle of 283.68º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C29B1 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14041177-
CMYK0.210.7700.31
HSL283.68º62.39%42.75%-
HSV(B)283.68º76.84%69.41%-
XYZ19.5410.3442.56-
YUV86.1179.3166.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.11%
GREEN value IS 41 (16.41% from 255) = 11.45%
BLUE value IS 177 (69.53% from 255) = 49.44%
R=39.11%
G=11.45%
B=49.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140411770.210.7700.31283.6862.3942.75
Hex8C29B1154D01F11c3e2b
Octal21451261251150374347653
Binary1000110010100110110001101011001101011111100011100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C29B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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