#953190

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

Shades of Vivid Violet #953190

Tints of Vivid Violet #953190

Color information

#953190 (or 0x953190) is unknown color: approx Vivid Violet. HEX triplet: 95, 31 and 90. RGB value is (149,49,144). Sum of RGB (Red+Green+Blue) = 149+49+144=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 49 (19.53% from 255 or 14.33% from 342); Blue value is 144 (56.64% from 255 or 42.11% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #953190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953190 is #6ACE6F. Grayscale: #595959. Windows color (decimal): -6999664 or 9449877. OLE color: 9449877.

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

Color convert

RGB14949144-
CMYK00.670.030.42
HSL303º50.51%38.82%-
HSV(B)303º67.11%58.43%-
XYZ18.5310.627.46-
YUV89.73158.63170.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 49 (19.53% from 255) = 14.33%
BLUE value IS 144 (56.64% from 255) = 42.11%
R=43.57%
G=14.33%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494914400.670.030.4230350.5138.82
Hex95319004332A12f3327
Octal2256122001033524576347
Binary10010101110001100100000100001111101010100101111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953190; }

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

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

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

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

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

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

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

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