#8B0972

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

Shades of Dark Purple #8B0972

Tints of Dark Purple #8B0972

Color information

#8B0972 (or 0x8B0972) is unknown color: approx Dark Purple. HEX triplet: 8B, 09 and 72. RGB value is (139,9,114). Sum of RGB (Red+Green+Blue) = 139+9+114=262 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.05% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0972 is #74F68D. Grayscale: #3B3B3B. Windows color (decimal): -7665294 or 7473547. OLE color: 7473547.

HSL color Cylindrical-coordinate representation of color #8B0972: hue angle of 311.54º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0972 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB1399114-
CMYK00.940.180.45
HSL311.54º87.84%29.02%-
HSV(B)311.54º93.53%54.51%-
XYZ13.786.916.52-
YUV59.84158.57184.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.05%
GREEN value IS 9 (3.91% from 255) = 3.44%
BLUE value IS 114 (44.92% from 255) = 43.51%
R=53.05%
G=3.44%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139911400.940.180.45311.5487.8429.02
Hex8B97205E122D138581d
Octal213111620136225547013035
Binary10001011100111100100101111010010101101100111000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,9,114); }

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

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

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

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

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

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

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