#952179

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

Shades of Dark Purple #952179

Tints of Dark Purple #952179

Color information

#952179 (or 0x952179) is unknown color: approx Dark Purple. HEX triplet: 95, 21 and 79. RGB value is (149,33,121). Sum of RGB (Red+Green+Blue) = 149+33+121=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #952179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952179 is #6ADE86. Grayscale: #4D4D4D. Windows color (decimal): -7003783 or 7938453. OLE color: 7938453.

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

Color convert

RGB14933121-
CMYK00.780.190.42
HSL314.48º63.74%35.69%-
HSV(B)314.48º77.85%58.43%-
XYZ16.398.8618.94-
YUV77.72152.43178.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=49.17%
G=10.89%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493312100.780.190.42314.4863.7435.69
Hex95217904E132A13a4024
Octal225411710116235247210044
Binary10010101100001111100101001110100111010101001110101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952179; }

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

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

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

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

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

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

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

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