#953195

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

Shades of Vivid Violet #953195

Tints of Vivid Violet #953195

Color information

#953195 (or 0x953195) is unknown color: approx Vivid Violet. HEX triplet: 95, 31 and 95. RGB value is (149,49,149). Sum of RGB (Red+Green+Blue) = 149+49+149=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: red, blue. Hex color #953195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953195 is #6ACE6A. Grayscale: #5A5A5A. Windows color (decimal): -6999659 or 9777557. OLE color: 9777557.

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

Color convert

RGB14949149-
CMYK00.6700.42
HSL300º50.51%38.82%-
HSV(B)300º67.11%58.43%-
XYZ18.9210.7629.51-
YUV90.3161.13169.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 49 (19.53% from 255) = 14.12%
BLUE value IS 149 (58.59% from 255) = 42.94%
R=42.94%
G=14.12%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494914900.6700.4230050.5138.82
Hex95319504302A12c3327
Octal2256122501030524546347
Binary1001010111000110010101010000110101010100101100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953195; }

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

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

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

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

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

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

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

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