#953992

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

Shades of Vivid Violet #953992

Tints of Vivid Violet #953992

Color information

#953992 (or 0x953992) is unknown color: approx Vivid Violet. HEX triplet: 95, 39 and 92. RGB value is (149,57,146). Sum of RGB (Red+Green+Blue) = 149+57+146=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #953992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953992 is #6AC66D. Grayscale: #5E5E5E. Windows color (decimal): -6997614 or 9582997. OLE color: 9582997.

HSL color Cylindrical-coordinate representation of color #953992: hue angle of 301.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953992 is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14957146-
CMYK00.620.020.42
HSL301.96º44.66%40.39%-
HSV(B)301.96º61.74%58.43%-
XYZ19.0511.3928.39-
YUV94.65156.98166.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 57 (22.66% from 255) = 16.19%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=42.33%
G=16.19%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495714600.620.020.42301.9644.6640.39
Hex95399203E22A12e2d28
Octal225712220762524565550
Binary1001010111100110010010011111010101010100101110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953992; }

 p { color: rgb(149,57,146); }

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

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

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

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

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

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

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