#952A90

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

Shades of Dark Purple #952A90

Tints of Dark Purple #952A90

Color information

#952A90 (or 0x952A90) is unknown color: approx Dark Purple. HEX triplet: 95, 2A and 90. RGB value is (149,42,144). Sum of RGB (Red+Green+Blue) = 149+42+144=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #952A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952A90 is #6AD56F. Grayscale: #555555. Windows color (decimal): -7001456 or 9448085. OLE color: 9448085.

HSL color Cylindrical-coordinate representation of color #952A90: hue angle of 302.8º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952A90 is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14942144-
CMYK00.720.030.42
HSL302.8º56.02%37.45%-
HSV(B)302.8º71.81%58.43%-
XYZ18.2610.0627.36-
YUV85.62160.95173.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 42 (16.80% from 255) = 12.54%
BLUE value IS 144 (56.64% from 255) = 42.99%
R=44.48%
G=12.54%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494214400.720.030.42302.856.0237.45
Hex952A9004832A12f3825
Octal2255222001103524577045
Binary10010101101010100100000100100011101010100101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952A90; }

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

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

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

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

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

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

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

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