#952490

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

Shades of Dark Purple #952490

Tints of Dark Purple #952490

Color information

#952490 (or 0x952490) is unknown color: approx Dark Purple. HEX triplet: 95, 24 and 90. RGB value is (149,36,144). Sum of RGB (Red+Green+Blue) = 149+36+144=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #952490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952490 is #6ADB6F. Grayscale: #515151. Windows color (decimal): -7002992 or 9446549. OLE color: 9446549.

HSL color Cylindrical-coordinate representation of color #952490: hue angle of 302.65º 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 #952490 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14936144-
CMYK00.760.030.42
HSL302.65º61.08%36.27%-
HSV(B)302.65º75.84%58.43%-
XYZ18.069.6627.3-
YUV82.1162.94175.72-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 36 (14.45% from 255) = 10.94%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=45.29%
G=10.94%
B=43.77%

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
Decimal1493614400.760.030.42302.6561.0836.27
Hex95249004C32A12f3d24
Octal2254422001143524577544
Binary10010101100100100100000100110011101010100101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952490; }

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

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

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

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

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

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

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

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