#8B2AB5

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

Shades of Dark Orchid #8B2AB5

Tints of Dark Orchid #8B2AB5

Color information

#8B2AB5 (or 0x8B2AB5) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2A and B5. RGB value is (139,42,181). Sum of RGB (Red+Green+Blue) = 139+42+181=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 42 (16.80% from 255 or 11.60% from 362); Blue value is 181 (71.09% from 255 or 50% from 362); Max value from RGB is 181 - color contains mainly: blue. Hex color #8B2AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2AB5 is #74D54A. Grayscale: #565656. Windows color (decimal): -7656779 or 11872907. OLE color: 11872907.

HSL color Cylindrical-coordinate representation of color #8B2AB5: hue angle of 281.87º degrees, saturation: 0.62, 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 #8B2AB5 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13942181-
CMYK0.230.7700.29
HSL281.87º62.33%43.73%-
HSV(B)281.87º76.8%70.98%-
XYZ19.8210.4844.69-
YUV86.85181.14165.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 42 (16.80% from 255) = 11.60%
BLUE value IS 181 (71.09% from 255) = 50%
R=38.40%
G=11.60%
B=50%

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
Decimal139421810.230.7700.29281.8762.3343.73
Hex8B2AB5174D01D11a3e2c
Octal21352265271150354327654
Binary1000101110101010110101101111001101011101100011010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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