#96276B

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

Shades of Dark Purple #96276B

Tints of Dark Purple #96276B

Color information

#96276B (or 0x96276B) is unknown color: approx Dark Purple. HEX triplet: 96, 27 and 6B. RGB value is (150,39,107). Sum of RGB (Red+Green+Blue) = 150+39+107=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96276B is #69D894. Grayscale: #4F4F4F. Windows color (decimal): -6936725 or 7022486. OLE color: 7022486.

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

Color convert

RGB15039107-
CMYK00.740.290.41
HSL323.24º58.73%37.06%-
HSV(B)323.24º74%58.82%-
XYZ15.96914.81-
YUV79.94143.27177.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 107 (42.19% from 255) = 36.15%
R=50.68%
G=13.18%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503910700.740.290.41323.2458.7337.06
Hex96276B04A1D291433b25
Octal22647153011235515037345
Binary1001011010011111010110100101011101101001101000011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96276B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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