#96276C

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

Shades of Dark Purple #96276C

Tints of Dark Purple #96276C

Color information

#96276C (or 0x96276C) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 6C. RGB value is (150,39,108). Sum of RGB (Red+Green+Blue) = 150+39+108=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96276C is #69D893. Grayscale: #4F4F4F. Windows color (decimal): -6936724 or 7088022. OLE color: 7088022.

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

Color convert

RGB15039108-
CMYK00.740.280.41
HSL322.7º58.73%37.06%-
HSV(B)322.7º74%58.82%-
XYZ16.019.0215.08-
YUV80.05143.77177.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=50.51%
G=13.13%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503910800.740.280.41322.758.7337.06
Hex96276C04A1C291433b25
Octal22647154011234515037345
Binary1001011010011111011000100101011100101001101000011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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