#8b2db2

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

Shades of Dark Orchid #8B2DB2

Tints of Dark Orchid #8B2DB2

Color information

#8B2DB2 (or 0x8B2DB2) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2D and B2. RGB value is (139,45,178). Sum of RGB (Red+Green+Blue) = 139+45+178=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #8B2DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2DB2 is #74D24D. Grayscale: #575757. Windows color (decimal): -7656014 or 11677067. OLE color: 11677067.

HSL color Cylindrical-coordinate representation of color #8B2DB2: hue angle of 282.41º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B2DB2 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13945178-
CMYK0.220.7500.30
HSL282.41º59.64%43.73%-
HSV(B)282.41º74.72%69.8%-
XYZ19.6210.5843.13-
YUV88.27178.64164.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 45 (17.97% from 255) = 12.43%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=38.40%
G=12.43%
B=49.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal139451780.220.7500.30282.4159.6443.73
Hex8B2DB2164B01E11a3c2c
Octal21355262261130364327454
Binary1000101110110110110010101101001011011110100011010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b2db2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,45,178); }

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

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

 a { background-color: rgb(139,45,178); }

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

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

 span { border-color: rgb(139,45,178); }

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