#952290

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

Shades of Dark Purple #952290

Tints of Dark Purple #952290

Color information

#952290 (or 0x952290) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 90. RGB value is (149,34,144). Sum of RGB (Red+Green+Blue) = 149+34+144=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #952290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952290 is #6ADD6F. Grayscale: #505050. Windows color (decimal): -7003504 or 9446037. OLE color: 9446037.

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

Color convert

RGB14934144-
CMYK00.770.030.42
HSL302.61º62.84%35.88%-
HSV(B)302.61º77.18%58.43%-
XYZ189.5527.28-
YUV80.92163.6176.56-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 34 (13.67% from 255) = 10.40%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=45.57%
G=10.40%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493414400.770.030.42302.6162.8435.88
Hex95229004D32A12f3f24
Octal2254222001153524577744
Binary10010101100010100100000100110111101010100101111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952290; }

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

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

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

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

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

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

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

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