#8B29C9

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

Shades of Dark Orchid #8B29C9

Tints of Dark Orchid #8B29C9

Color information

#8B29C9 (or 0x8B29C9) is unknown color: approx Dark Orchid. HEX triplet: 8B, 29 and C9. RGB value is (139,41,201). Sum of RGB (Red+Green+Blue) = 139+41+201=381 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.48% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #8B29C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B29C9 is #74D636. Grayscale: #575757. Windows color (decimal): -7657015 or 13183371. OLE color: 13183371.

HSL color Cylindrical-coordinate representation of color #8B29C9: hue angle of 276.75º 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 #8B29C9 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13941201-
CMYK0.310.8000.21
HSL276.75º66.12%47.45%-
HSV(B)276.75º79.6%78.82%-
XYZ21.9811.2956.28-
YUV88.54191.47163.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.48%
GREEN value IS 41 (16.41% from 255) = 10.76%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=36.48%
G=10.76%
B=52.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139412010.310.8000.21276.7566.1247.45
Hex8B29C91F50015115422f
Octal213513113712002542510257
Binary10001011101001110010011111110100000101011000101011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B29C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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