#96278D

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

Shades of Dark Purple #96278D

Tints of Dark Purple #96278D

Color information

#96278D (or 0x96278D) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 8D. RGB value is (150,39,141). Sum of RGB (Red+Green+Blue) = 150+39+141=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96278D is #69D872. Grayscale: #535353. Windows color (decimal): -6936691 or 9250710. OLE color: 9250710.

HSL color Cylindrical-coordinate representation of color #96278D: hue angle of 304.86º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96278D is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.41.

Color convert

RGB15039141-
CMYK00.740.060.41
HSL304.86º58.73%37.06%-
HSV(B)304.86º74%58.82%-
XYZ18.119.8626.15-
YUV83.82160.27175.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 39 (15.62% from 255) = 11.82%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=45.45%
G=11.82%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503914100.740.060.41304.8658.7337.06
Hex96278D04A6291313b25
Octal2264721501126514617345
Binary100101101001111000110101001010110101001100110001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96278D; }

 p { color: rgb(150,39,141); }

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

<style>
 a { background-color: #96278D; }

 a { background-color: rgb(150,39,141); }

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

<style>
 span { border-color: #96278D; }

 span { border-color: rgb(150,39,141); }

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