#8B29B5

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

Shades of Dark Orchid #8B29B5

Tints of Dark Orchid #8B29B5

Color information

#8B29B5 (or 0x8B29B5) is unknown color: approx Dark Orchid. HEX triplet: 8B, 29 and B5. RGB value is (139,41,181). Sum of RGB (Red+Green+Blue) = 139+41+181=361 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.50% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 181 (71.09% from 255 or 50.14% from 361); Max value from RGB is 181 - color contains mainly: blue. Hex color #8B29B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B29B5 is #74D64A. Grayscale: #555555. Windows color (decimal): -7657035 or 11872651. OLE color: 11872651.

HSL color Cylindrical-coordinate representation of color #8B29B5: hue angle of 282º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B29B5 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13941181-
CMYK0.230.7700.29
HSL282º63.06%43.53%-
HSV(B)282º77.35%70.98%-
XYZ19.7810.4144.68-
YUV86.26181.47165.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.50%
GREEN value IS 41 (16.41% from 255) = 11.36%
BLUE value IS 181 (71.09% from 255) = 50.14%
R=38.50%
G=11.36%
B=50.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal139411810.230.7700.2928263.0643.53
Hex8B29B5174D01D11a3f2c
Octal21351265271150354327754
Binary1000101110100110110101101111001101011101100011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B29B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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