#953793

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

Shades of Vivid Violet #953793

Tints of Vivid Violet #953793

Color information

#953793 (or 0x953793) is unknown color: approx Vivid Violet. HEX triplet: 95, 37 and 93. RGB value is (149,55,147). Sum of RGB (Red+Green+Blue) = 149+55+147=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #953793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953793 is #6AC86C. Grayscale: #5D5D5D. Windows color (decimal): -6998125 or 9648021. OLE color: 9648021.

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

Color convert

RGB14955147-
CMYK00.630.010.42
HSL301.28º46.08%40%-
HSV(B)301.28º63.09%58.43%-
XYZ19.0311.2328.77-
YUV93.59158.14167.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=42.45%
G=15.67%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1495514700.630.010.42301.2846.0840
Hex95379303F12A12d2e28
Octal225672230771524555650
Binary100101011101111001001101111111101010100101101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953793; }

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

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

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

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

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

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

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

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