#8D29CB

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

Shades of Dark Orchid #8D29CB

Tints of Dark Orchid #8D29CB

Color information

#8D29CB (or 0x8D29CB) is unknown color: approx Dark Orchid. HEX triplet: 8D, 29 and CB. RGB value is (141,41,203). Sum of RGB (Red+Green+Blue) = 141+41+203=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D29CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D29CB is #72D634. Grayscale: #585858. Windows color (decimal): -7525941 or 13314445. OLE color: 13314445.

HSL color Cylindrical-coordinate representation of color #8D29CB: hue angle of 277.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D29CB is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14141203-
CMYK0.310.8000.20
HSL277.04º66.39%47.84%-
HSV(B)277.04º79.8%79.61%-
XYZ22.5611.5657.54-
YUV89.37192.13164.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.62%
GREEN value IS 41 (16.41% from 255) = 10.65%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=36.62%
G=10.65%
B=52.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141412030.310.8000.20277.0466.3947.84
Hex8D29CB1F500141154230
Octal215513133712002442510260
Binary10001101101001110010111111110100000101001000101011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D29CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,41,203); }

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

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

 a { background-color: rgb(141,41,203); }

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

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

 span { border-color: rgb(141,41,203); }

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