#953092

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

Shades of Vivid Violet #953092

Tints of Vivid Violet #953092

Color information

#953092 (or 0x953092) is unknown color: approx Vivid Violet. HEX triplet: 95, 30 and 92. RGB value is (149,48,146). Sum of RGB (Red+Green+Blue) = 149+48+146=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #953092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953092 is #6ACF6D. Grayscale: #595959. Windows color (decimal): -6999918 or 9580693. OLE color: 9580693.

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

Color convert

RGB14948146-
CMYK00.680.020.42
HSL301.78º51.27%38.63%-
HSV(B)301.78º67.79%58.43%-
XYZ18.6410.5828.25-
YUV89.37159.96170.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=43.44%
G=13.99%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494814600.680.020.42301.7851.2738.63
Hex95309204422A12e3327
Octal2256022201042524566347
Binary10010101110000100100100100010010101010100101110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953092; }

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

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

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

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

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

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

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

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