#952389

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

Shades of Dark Purple #952389

Tints of Dark Purple #952389

Color information

#952389 (or 0x952389) is unknown color: approx Dark Purple. HEX triplet: 95, 23 and 89. RGB value is (149,35,137). Sum of RGB (Red+Green+Blue) = 149+35+137=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #952389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952389 is #6ADC76. Grayscale: #505050. Windows color (decimal): -7003255 or 8987541. OLE color: 8987541.

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

Color convert

RGB14935137-
CMYK00.770.080.42
HSL306.32º61.96%36.08%-
HSV(B)306.32º76.51%58.43%-
XYZ17.519.424.56-
YUV80.71159.77176.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 35 (14.06% from 255) = 10.90%
BLUE value IS 137 (53.91% from 255) = 42.68%
R=46.42%
G=10.90%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493513700.770.080.42306.3261.9636.08
Hex95238904D82A1323e24
Octal22543211011510524627644
Binary1001010110001110001001010011011000101010100110010111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952389; }

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

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

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

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

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

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

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

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