#953390

Color #953390 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #953390

Tints of Vivid Violet #953390

Color information

#953390 (or 0x953390) is unknown color: approx Vivid Violet. HEX triplet: 95, 33 and 90. RGB value is (149,51,144). Sum of RGB (Red+Green+Blue) = 149+51+144=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #953390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953390 is #6ACC6F. Grayscale: #5A5A5A. Windows color (decimal): -6999152 or 9450389. OLE color: 9450389.

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

Color convert

RGB14951144-
CMYK00.660.030.42
HSL303.06º49%39.22%-
HSV(B)303.06º65.77%58.43%-
XYZ18.6110.7727.48-
YUV90.9157.97169.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 51 (20.31% from 255) = 14.83%
BLUE value IS 144 (56.64% from 255) = 41.86%
R=43.31%
G=14.83%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495114400.660.030.42303.064939.22
Hex95339004232A12f3127
Octal2256322001023524576147
Binary10010101110011100100000100001011101010100101111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953390; }

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

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

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

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

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

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

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

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