#8B208B

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

Shades of Dark Purple #8B208B

Tints of Dark Purple #8B208B

Color information

#8B208B (or 0x8B208B) is unknown color: approx Dark Purple. HEX triplet: 8B, 20 and 8B. RGB value is (139,32,139). Sum of RGB (Red+Green+Blue) = 139+32+139=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B208B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B208B is #74DF74. Grayscale: #4B4B4B. Windows color (decimal): -7659381 or 9117835. OLE color: 9117835.

HSL color Cylindrical-coordinate representation of color #8B208B: hue angle of 300º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B208B is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13932139-
CMYK00.7700.45
HSL300º62.57%33.53%-
HSV(B)300º76.98%54.51%-
XYZ15.828.3925.21-
YUV76.19163.45172.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 32 (12.89% from 255) = 10.32%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=44.84%
G=10.32%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1393213900.7700.4530062.5733.53
Hex8B208B04D02D12c3f22
Octal2134021301150554547742
Binary1000101110000010001011010011010101101100101100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,32,139); }

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

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

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

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

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

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

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