#8B0275

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

Shades of Purple #8B0275

Tints of Purple #8B0275

Color information

#8B0275 (or 0x8B0275) is unknown color: approx Purple. HEX triplet: 8B, 02 and 75. RGB value is (139,2,117). Sum of RGB (Red+Green+Blue) = 139+2+117=258 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.88% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 117 (46.09% from 255 or 45.35% from 258); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0275 is #74FD8A. Grayscale: #373737. Windows color (decimal): -7667083 or 7668363. OLE color: 7668363.

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

Color convert

RGB1392117-
CMYK00.990.160.45
HSL309.64º97.16%27.65%-
HSV(B)309.64º98.56%54.51%-
XYZ13.886.8217.41-
YUV56.07162.39187.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 53.88%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 117 (46.09% from 255) = 45.35%
R=53.88%
G=0.78%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139211700.990.160.45309.6497.1627.65
Hex8B275063102D136611c
Octal21321650143205546614134
Binary100010111011101010110001110000101101100110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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