#952491

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

Shades of Dark Purple #952491

Tints of Dark Purple #952491

Color information

#952491 (or 0x952491) is unknown color: approx Dark Purple. HEX triplet: 95, 24 and 91. RGB value is (149,36,145). Sum of RGB (Red+Green+Blue) = 149+36+145=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #952491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952491 is #6ADB6E. Grayscale: #515151. Windows color (decimal): -7002991 or 9512085. OLE color: 9512085.

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

Color convert

RGB14936145-
CMYK00.760.030.42
HSL302.12º61.08%36.27%-
HSV(B)302.12º75.84%58.43%-
XYZ18.149.727.7-
YUV82.21163.44175.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 36 (14.45% from 255) = 10.91%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=45.15%
G=10.91%
B=43.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493614500.760.030.42302.1261.0836.27
Hex95249104C32A12e3d24
Octal2254422101143524567544
Binary10010101100100100100010100110011101010100101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952491; }

 p { color: rgb(149,36,145); }

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

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

 a { background-color: rgb(149,36,145); }

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

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

 span { border-color: rgb(149,36,145); }

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