#8B2985

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

Shades of Dark Purple #8B2985

Tints of Dark Purple #8B2985

Color information

#8B2985 (or 0x8B2985) is unknown color: approx Dark Purple. HEX triplet: 8B, 29 and 85. RGB value is (139,41,133). Sum of RGB (Red+Green+Blue) = 139+41+133=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 133 (52.34% from 255 or 42.49% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2985 is #74D67A. Grayscale: #505050. Windows color (decimal): -7657083 or 8726923. OLE color: 8726923.

HSL color Cylindrical-coordinate representation of color #8B2985: hue angle of 303.67º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2985 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB13941133-
CMYK00.710.040.45
HSL303.67º54.44%35.29%-
HSV(B)303.67º70.5%54.51%-
XYZ15.678.7723.06-
YUV80.79157.47169.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 133 (52.34% from 255) = 42.49%
R=44.41%
G=13.10%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1394113300.710.040.45303.6754.4435.29
Hex8B298504742D1303623
Octal2135120501074554606643
Binary100010111010011000010101000111100101101100110000110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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