#8B2DB9

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

Shades of Dark Orchid #8B2DB9

Tints of Dark Orchid #8B2DB9

Color information

#8B2DB9 (or 0x8B2DB9) is unknown color: approx Dark Orchid. HEX triplet: 8B, 2D and B9. RGB value is (139,45,185). Sum of RGB (Red+Green+Blue) = 139+45+185=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 45 (17.97% from 255 or 12.20% from 369); Blue value is 185 (72.66% from 255 or 50.14% from 369); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B2DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B2DB9 is #74D246. Grayscale: #585858. Windows color (decimal): -7656007 or 12135819. OLE color: 12135819.

HSL color Cylindrical-coordinate representation of color #8B2DB9: hue angle of 280.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2DB9 is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13945185-
CMYK0.250.7600.27
HSL280.29º60.87%45.1%-
HSV(B)280.29º75.68%72.55%-
XYZ20.3410.8746.92-
YUV89.07182.14163.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 45 (17.97% from 255) = 12.20%
BLUE value IS 185 (72.66% from 255) = 50.14%
R=37.67%
G=12.20%
B=50.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal139451850.250.7600.27280.2960.8745.1
Hex8B2DB9194C01B1183d2d
Octal21355271311140334307555
Binary1000101110110110111001110011001100011011100011000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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