#961174

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

Shades of Dark Purple #961174

Tints of Dark Purple #961174

Color information

#961174 (or 0x961174) is unknown color: approx Dark Purple. HEX triplet: 96, 11 and 74. RGB value is (150,17,116). Sum of RGB (Red+Green+Blue) = 150+17+116=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #961174 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961174 is #69EE8B. Grayscale: #434343. Windows color (decimal): -6942348 or 7606678. OLE color: 7606678.

HSL color Cylindrical-coordinate representation of color #961174: hue angle of 315.34º 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 #961174 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15017116-
CMYK00.890.230.41
HSL315.34º79.64%32.75%-
HSV(B)315.34º88.67%58.82%-
XYZ15.938.1517.26-
YUV68.05155.06186.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 17 (7.03% from 255) = 6.01%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=53.00%
G=6.01%
B=40.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501711600.890.230.41315.3479.6432.75
Hex961174059172913b5021
Octal226211640131275147312041
Binary1001011010001111010001011001101111010011001110111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961174; }

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

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

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

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

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

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

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

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