#961175

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

Shades of Dark Purple #961175

Tints of Dark Purple #961175

Color information

#961175 (or 0x961175) is unknown color: approx Dark Purple. HEX triplet: 96, 11 and 75. RGB value is (150,17,117). Sum of RGB (Red+Green+Blue) = 150+17+117=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 117 (46.09% from 255 or 41.20% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #961175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961175 is #69EE8A. Grayscale: #434343. Windows color (decimal): -6942347 or 7672214. OLE color: 7672214.

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

Color convert

RGB15017117-
CMYK00.890.220.41
HSL314.89º79.64%32.75%-
HSV(B)314.89º88.67%58.82%-
XYZ15.998.1717.56-
YUV68.17155.56186.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 17 (7.03% from 255) = 5.99%
BLUE value IS 117 (46.09% from 255) = 41.20%
R=52.82%
G=5.99%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501711700.890.220.41314.8979.6432.75
Hex961175059162913b5021
Octal226211650131265147312041
Binary1001011010001111010101011001101101010011001110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961175; }

 p { color: rgb(150,17,117); }

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

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

 a { background-color: rgb(150,17,117); }

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

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

 span { border-color: rgb(150,17,117); }

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