#8B0A7B

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

Shades of Purple #8B0A7B

Tints of Purple #8B0A7B

Color information

#8B0A7B (or 0x8B0A7B) is unknown color: approx Purple. HEX triplet: 8B, 0A and 7B. RGB value is (139,10,123). Sum of RGB (Red+Green+Blue) = 139+10+123=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0A7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0A7B is #74F584. Grayscale: #3D3D3D. Windows color (decimal): -7665029 or 8063627. OLE color: 8063627.

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

Color convert

RGB13910123-
CMYK00.930.120.45
HSL307.44º86.58%29.22%-
HSV(B)307.44º92.81%54.51%-
XYZ14.337.1419.36-
YUV61.45162.74183.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.10%
GREEN value IS 10 (4.30% from 255) = 3.68%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=51.10%
G=3.68%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391012300.930.120.45307.4486.5829.22
Hex8BA7B05DC2D133571d
Octal213121730135145546312735
Binary1000101110101111011010111011100101101100110011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,10,123); }

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

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

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

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

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

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

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