#961276

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

Shades of Dark Purple #961276

Tints of Dark Purple #961276

Color information

#961276 (or 0x961276) is unknown color: approx Dark Purple. HEX triplet: 96, 12 and 76. RGB value is (150,18,118). Sum of RGB (Red+Green+Blue) = 150+18+118=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #961276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961276 is #69ED89. Grayscale: #444444. Windows color (decimal): -6942090 or 7738006. OLE color: 7738006.

HSL color Cylindrical-coordinate representation of color #961276: hue angle of 314.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961276 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB15018118-
CMYK00.880.210.41
HSL314.55º78.57%32.94%-
HSV(B)314.55º88%58.82%-
XYZ16.068.2217.88-
YUV68.87155.73185.87-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=52.45%
G=6.29%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501811800.880.210.41314.5578.5732.94
Hex961276058152913b4f21
Octal226221660130255147311741
Binary1001011010010111011001011000101011010011001110111001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961276; }

 p { color: rgb(150,18,118); }

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

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

 a { background-color: rgb(150,18,118); }

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

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

 span { border-color: rgb(150,18,118); }

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