#96276F

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

Shades of Dark Purple #96276F

Tints of Dark Purple #96276F

Color information

#96276F (or 0x96276F) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 6F. RGB value is (150,39,111). Sum of RGB (Red+Green+Blue) = 150+39+111=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #96276F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96276F is #69D890. Grayscale: #505050. Windows color (decimal): -6936721 or 7284630. OLE color: 7284630.

HSL color Cylindrical-coordinate representation of color #96276F: hue angle of 321.08º 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 #96276F is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB15039111-
CMYK00.740.260.41
HSL321.08º58.73%37.06%-
HSV(B)321.08º74%58.82%-
XYZ16.179.0815.94-
YUV80.4145.27177.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 111 (43.75% from 255) = 37%
R=50%
G=13%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503911100.740.260.41321.0858.7337.06
Hex96276F04A1A291413b25
Octal22647157011232515017345
Binary1001011010011111011110100101011010101001101000001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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