#962179

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

Shades of Dark Purple #962179

Tints of Dark Purple #962179

Color information

#962179 (or 0x962179) is unknown color: approx Dark Purple. HEX triplet: 96, 21 and 79. RGB value is (150,33,121). Sum of RGB (Red+Green+Blue) = 150+33+121=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #962179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962179 is #69DE86. Grayscale: #4D4D4D. Windows color (decimal): -6938247 or 7938454. OLE color: 7938454.

HSL color Cylindrical-coordinate representation of color #962179: hue angle of 314.87º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962179 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB15033121-
CMYK00.780.190.41
HSL314.87º63.93%35.88%-
HSV(B)314.87º78%58.82%-
XYZ16.578.9518.94-
YUV78.02152.26179.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=49.34%
G=10.86%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503312100.780.190.41314.8763.9335.88
Hex96217904E132913b4024
Octal226411710116235147310044
Binary10010110100001111100101001110100111010011001110111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962179; }

 p { color: rgb(150,33,121); }

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

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

 a { background-color: rgb(150,33,121); }

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

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

 span { border-color: rgb(150,33,121); }

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