#8B29CC

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

Shades of Dark Orchid #8B29CC

Tints of Dark Orchid #8B29CC

Color information

#8B29CC (or 0x8B29CC) is unknown color: approx Dark Orchid. HEX triplet: 8B, 29 and CC. RGB value is (139,41,204). Sum of RGB (Red+Green+Blue) = 139+41+204=384 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.20% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B29CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B29CC is #74D633. Grayscale: #585858. Windows color (decimal): -7657012 or 13379979. OLE color: 13379979.

HSL color Cylindrical-coordinate representation of color #8B29CC: hue angle of 276.07º degrees, saturation: 0.67, 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 #8B29CC is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB13941204-
CMYK0.320.8000.2
HSL276.07º66.53%48.04%-
HSV(B)276.07º79.9%80%-
XYZ22.3411.4358.16-
YUV88.88192.97163.75-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.20%
GREEN value IS 41 (16.41% from 255) = 10.68%
BLUE value IS 204 (80.08% from 255) = 53.12%
R=36.20%
G=10.68%
B=53.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139412040.320.8000.2276.0766.5348.04
Hex8B29CC20500141144330
Octal213513144012002442410360
Binary100010111010011100110010000010100000101001000101001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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