#952393

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

Shades of Dark Purple #952393

Tints of Dark Purple #952393

Color information

#952393 (or 0x952393) is unknown color: approx Dark Purple. HEX triplet: 95, 23 and 93. RGB value is (149,35,147). Sum of RGB (Red+Green+Blue) = 149+35+147=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #952393 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952393 is #6ADC6C. Grayscale: #515151. Windows color (decimal): -7003245 or 9642901. OLE color: 9642901.

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

Color convert

RGB14935147-
CMYK00.770.010.42
HSL301.05º61.96%36.08%-
HSV(B)301.05º76.51%58.43%-
XYZ18.269.728.51-
YUV81.85164.77175.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 35 (14.06% from 255) = 10.57%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=45.02%
G=10.57%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493514700.770.010.42301.0561.9636.08
Hex95239304D12A12d3e24
Octal2254322301151524557644
Binary1001010110001110010011010011011101010100101101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952393; }

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

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

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

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

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

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

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

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