#96286F

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

Shades of Dark Purple #96286F

Tints of Dark Purple #96286F

Color information

#96286F (or 0x96286F) is unknown color: approx Dark Purple. HEX triplet: 96, 28 and 6F. RGB value is (150,40,111). Sum of RGB (Red+Green+Blue) = 150+40+111=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96286F is #69D790. Grayscale: #505050. Windows color (decimal): -6936465 or 7284886. OLE color: 7284886.

HSL color Cylindrical-coordinate representation of color #96286F: hue angle of 321.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96286F is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15040111-
CMYK00.730.260.41
HSL321.27º57.89%37.25%-
HSV(B)321.27º73.33%58.82%-
XYZ16.219.1515.95-
YUV80.98144.94177.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=49.83%
G=13.29%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504011100.730.260.41321.2757.8937.25
Hex96286F0491A291413a25
Octal22650157011132515017245
Binary1001011010100011011110100100111010101001101000001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96286F; }

 p { color: rgb(150,40,111); }

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

<style>
 a { background-color: #96286F; }

 a { background-color: rgb(150,40,111); }

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

<style>
 span { border-color: #96286F; }

 span { border-color: rgb(150,40,111); }

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