#953792

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

Shades of Vivid Violet #953792

Tints of Vivid Violet #953792

Color information

#953792 (or 0x953792) is unknown color: approx Vivid Violet. HEX triplet: 95, 37 and 92. RGB value is (149,55,146). Sum of RGB (Red+Green+Blue) = 149+55+146=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #953792 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953792 is #6AC86D. Grayscale: #5D5D5D. Windows color (decimal): -6998126 or 9582485. OLE color: 9582485.

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

Color convert

RGB14955146-
CMYK00.630.020.42
HSL301.91º46.08%40%-
HSV(B)301.91º63.09%58.43%-
XYZ18.9511.228.36-
YUV93.48157.64167.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=42.57%
G=15.71%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495514600.630.020.42301.9146.0840
Hex95379203F22A12e2e28
Octal225672220772524565650
Binary1001010111011110010010011111110101010100101110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953792; }

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

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

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

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

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

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

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

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