#8B1967

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

Shades of Dark Purple #8B1967

Tints of Dark Purple #8B1967

Color information

#8B1967 (or 0x8B1967) is unknown color: approx Dark Purple. HEX triplet: 8B, 19 and 67. RGB value is (139,25,103). Sum of RGB (Red+Green+Blue) = 139+25+103=267 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.06% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1967 is #74E698. Grayscale: #434343. Windows color (decimal): -7661209 or 6756747. OLE color: 6756747.

HSL color Cylindrical-coordinate representation of color #8B1967: hue angle of 318.95º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1967 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB13925103-
CMYK00.820.260.45
HSL318.95º69.51%32.16%-
HSV(B)318.95º82.01%54.51%-
XYZ13.447.1613.51-
YUV67.98147.77178.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.06%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 103 (40.62% from 255) = 38.58%
R=52.06%
G=9.36%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392510300.820.260.45318.9569.5132.16
Hex8B19670521A2D13f4620
Octal213311470122325547710640
Binary1000101111001110011101010010110101011011001111111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,25,103); }

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

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

 a { background-color: rgb(139,25,103); }

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

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

 span { border-color: rgb(139,25,103); }

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