#953292

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

Shades of Vivid Violet #953292

Tints of Vivid Violet #953292

Color information

#953292 (or 0x953292) is unknown color: approx Vivid Violet. HEX triplet: 95, 32 and 92. RGB value is (149,50,146). Sum of RGB (Red+Green+Blue) = 149+50+146=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #953292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953292 is #6ACD6D. Grayscale: #5A5A5A. Windows color (decimal): -6999406 or 9581205. OLE color: 9581205.

HSL color Cylindrical-coordinate representation of color #953292: hue angle of 301.82º degrees, saturation: 0.5, 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 #953292 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14950146-
CMYK00.660.020.42
HSL301.82º49.75%39.02%-
HSV(B)301.82º66.44%58.43%-
XYZ18.7210.7528.28-
YUV90.54159.3169.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 50 (19.92% from 255) = 14.49%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=43.19%
G=14.49%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495014600.660.020.42301.8249.7539.02
Hex95329204222A12e3227
Octal2256222201022524566247
Binary10010101110010100100100100001010101010100101110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953292; }

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

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

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

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

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

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

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

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