#8B1965

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

Shades of Dark Purple #8B1965

Tints of Dark Purple #8B1965

Color information

#8B1965 (or 0x8B1965) is unknown color: approx Dark Purple. HEX triplet: 8B, 19 and 65. RGB value is (139,25,101). Sum of RGB (Red+Green+Blue) = 139+25+101=265 (35% of max value = 765). Red value is 139 (54.69% from 255 or 52.45% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1965 is #74E69A. Grayscale: #434343. Windows color (decimal): -7661211 or 6625675. OLE color: 6625675.

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

Color convert

RGB13925101-
CMYK00.820.270.45
HSL320º69.51%32.16%-
HSV(B)320º82.01%54.51%-
XYZ13.347.1212.98-
YUV67.75146.77178.82-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.45%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=52.45%
G=9.43%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1392510100.820.270.4532069.5132.16
Hex8B19650521B2D1404620
Octal213311450122335550010640
Binary1000101111001110010101010010110111011011010000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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