#951179

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

Shades of Dark Purple #951179

Tints of Dark Purple #951179

Color information

#951179 (or 0x951179) is unknown color: approx Dark Purple. HEX triplet: 95, 11 and 79. RGB value is (149,17,121). Sum of RGB (Red+Green+Blue) = 149+17+121=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #951179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951179 is #6AEE86. Grayscale: #444444. Windows color (decimal): -7007879 or 7934357. OLE color: 7934357.

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

Color convert

RGB14917121-
CMYK00.890.190.42
HSL312.73º79.52%32.55%-
HSV(B)312.73º88.59%58.43%-
XYZ16.058.1718.82-
YUV68.32157.73185.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.92%
GREEN value IS 17 (7.03% from 255) = 5.92%
BLUE value IS 121 (47.66% from 255) = 42.16%
R=51.92%
G=5.92%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491712100.890.190.42312.7379.5232.55
Hex951179059132A1395021
Octal225211710131235247112041
Binary1001010110001111100101011001100111010101001110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951179; }

 p { color: rgb(149,17,121); }

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

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

 a { background-color: rgb(149,17,121); }

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

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

 span { border-color: rgb(149,17,121); }

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