#8B0B7D

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

Shades of Purple #8B0B7D

Tints of Purple #8B0B7D

Color information

#8B0B7D (or 0x8B0B7D) is unknown color: approx Purple. HEX triplet: 8B, 0B and 7D. RGB value is (139,11,125). Sum of RGB (Red+Green+Blue) = 139+11+125=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0B7D is #74F482. Grayscale: #3D3D3D. Windows color (decimal): -7664771 or 8194955. OLE color: 8194955.

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

Color convert

RGB13911125-
CMYK00.920.100.45
HSL306.56º85.33%29.41%-
HSV(B)306.56º92.09%54.51%-
XYZ14.477.2120.03-
YUV62.27163.41182.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.55%
GREEN value IS 11 (4.69% from 255) = 4%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=50.55%
G=4%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391112500.920.100.45306.5685.3329.41
Hex8BB7D05CA2D133551d
Octal213131750134125546312535
Binary1000101110111111101010111001010101101100110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,11,125); }

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

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

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

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

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

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

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