#8B007D

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

Shades of Purple #8B007D

Tints of Purple #8B007D

Color information

#8B007D (or 0x8B007D) is unknown color: approx Purple. HEX triplet: 8B, 00 and 7D. RGB value is (139,0,125). Sum of RGB (Red+Green+Blue) = 139+0+125=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B007D is #74FF82. Grayscale: #373737. Windows color (decimal): -7667587 or 8192139. OLE color: 8192139.

HSL color Cylindrical-coordinate representation of color #8B007D: hue angle of 306.04º 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 #8B007D is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB1390125-
CMYK010.100.45
HSL306.04º100%27.25%-
HSV(B)306.04º100%54.51%-
XYZ14.356.9719.99-
YUV55.81167.05187.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=52.65%
G=0%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1390125010.100.45306.0410027.25
Hex8B07D064A2D132641b
Octal21301750144125546214433
Binary1000101101111101011001001010101101100110010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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