#953189

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

Shades of Dark Purple #953189

Tints of Dark Purple #953189

Color information

#953189 (or 0x953189) is unknown color: approx Dark Purple. HEX triplet: 95, 31 and 89. RGB value is (149,49,137). Sum of RGB (Red+Green+Blue) = 149+49+137=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 137 (53.91% from 255 or 40.90% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #953189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953189 is #6ACE76. Grayscale: #585858. Windows color (decimal): -6999671 or 8991125. OLE color: 8991125.

HSL color Cylindrical-coordinate representation of color #953189: hue angle of 307.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953189 is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14949137-
CMYK00.670.080.42
HSL307.2º50.51%38.82%-
HSV(B)307.2º67.11%58.43%-
XYZ18.0110.3924.72-
YUV88.93155.13170.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 49 (19.53% from 255) = 14.63%
BLUE value IS 137 (53.91% from 255) = 40.90%
R=44.48%
G=14.63%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494913700.670.080.42307.250.5138.82
Hex95318904382A1333327
Octal22561211010310524636347
Binary1001010111000110001001010000111000101010100110011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953189; }

 p { color: rgb(149,49,137); }

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

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

 a { background-color: rgb(149,49,137); }

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

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

 span { border-color: rgb(149,49,137); }

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