#952291

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

Shades of Dark Purple #952291

Tints of Dark Purple #952291

Color information

#952291 (or 0x952291) is unknown color: approx Dark Purple. HEX triplet: 95, 22 and 91. RGB value is (149,34,145). Sum of RGB (Red+Green+Blue) = 149+34+145=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 145 (57.03% from 255 or 44.21% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #952291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952291 is #6ADD6E. Grayscale: #505050. Windows color (decimal): -7003503 or 9511573. OLE color: 9511573.

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

Color convert

RGB14934145-
CMYK00.770.030.42
HSL302.09º62.84%35.88%-
HSV(B)302.09º77.18%58.43%-
XYZ18.089.5827.68-
YUV81.04164.1176.47-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 34 (13.67% from 255) = 10.37%
BLUE value IS 145 (57.03% from 255) = 44.21%
R=45.43%
G=10.37%
B=44.21%

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
Decimal1493414500.770.030.42302.0962.8435.88
Hex95229104D32A12e3f24
Octal2254222101153524567744
Binary10010101100010100100010100110111101010100101110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952291; }

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

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

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

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

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

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

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

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