#952574

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

Shades of Dark Purple #952574

Tints of Dark Purple #952574

Color information

#952574 (or 0x952574) is unknown color: approx Dark Purple. HEX triplet: 95, 25 and 74. RGB value is (149,37,116). Sum of RGB (Red+Green+Blue) = 149+37+116=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 37 (14.84% from 255 or 12.25% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #952574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952574 is #6ADA8B. Grayscale: #4F4F4F. Windows color (decimal): -7002764 or 7611797. OLE color: 7611797.

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

Color convert

RGB14937116-
CMYK00.750.220.42
HSL317.68º60.22%36.47%-
HSV(B)317.68º75.17%58.43%-
XYZ16.218.9717.4-
YUV79.49148.61177.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 37 (14.84% from 255) = 12.25%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=49.34%
G=12.25%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493711600.750.220.42317.6860.2236.47
Hex95257404B162A13e3c24
Octal22545164011326524767444
Binary1001010110010111101000100101110110101010100111110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952574; }

 p { color: rgb(149,37,116); }

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

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

 a { background-color: rgb(149,37,116); }

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

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

 span { border-color: rgb(149,37,116); }

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