#8B0C75

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

Shades of Dark Purple #8B0C75

Tints of Dark Purple #8B0C75

Color information

#8B0C75 (or 0x8B0C75) is unknown color: approx Dark Purple. HEX triplet: 8B, 0C and 75. RGB value is (139,12,117). Sum of RGB (Red+Green+Blue) = 139+12+117=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C75 is #74F38A. Grayscale: #3D3D3D. Windows color (decimal): -7664523 or 7670923. OLE color: 7670923.

HSL color Cylindrical-coordinate representation of color #8B0C75: hue angle of 310.39º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C75 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB13912117-
CMYK00.910.160.45
HSL310.39º84.11%29.61%-
HSV(B)310.39º91.37%54.51%-
XYZ13.997.0417.45-
YUV61.94159.08182.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 12 (5.08% from 255) = 4.48%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=51.87%
G=4.48%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391211700.910.160.45310.3984.1129.61
Hex8BC7505B102D136541e
Octal213141650133205546612436
Binary10001011110011101010101101110000101101100110110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,12,117); }

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

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

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

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

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

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

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