#8b007e

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

Shades of Purple #8B007E

Tints of Purple #8B007E

Color information

#8B007E (or 0x8B007E) is unknown color: approx Purple. HEX triplet: 8B, 00 and 7E. RGB value is (139,0,126). Sum of RGB (Red+Green+Blue) = 139+0+126=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B007E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B007E is #74FF81. Grayscale: #373737. Windows color (decimal): -7667586 or 8257675. OLE color: 8257675.

HSL color Cylindrical-coordinate representation of color #8B007E: hue angle of 305.61º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B007E is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB1390126-
CMYK010.090.45
HSL305.61º100%27.25%-
HSV(B)305.61º100%54.51%-
XYZ14.41720.33-
YUV55.92167.55187.25-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=52.45%
G=0%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1390126010.090.45305.6110027.25
Hex8B07E06492D132641b
Octal21301760144115546214433
Binary1000101101111110011001001001101101100110010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b007e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,0,126); }

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

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

 a { background-color: rgb(139,0,126); }

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

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

 span { border-color: rgb(139,0,126); }

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