#993597

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

Shades of Vivid Violet #993597

Tints of Vivid Violet #993597

Color information

#993597 (or 0x993597) is unknown color: approx Vivid Violet. HEX triplet: 99, 35 and 97. RGB value is (153,53,151). Sum of RGB (Red+Green+Blue) = 153+53+151=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #993597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993597 is #66CA68. Grayscale: #5D5D5D. Windows color (decimal): -6736489 or 9909657. OLE color: 9909657.

HSL color Cylindrical-coordinate representation of color #993597: hue angle of 301.2º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993597 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15353151-
CMYK00.650.010.4
HSL301.2º48.54%40.39%-
HSV(B)301.2º65.36%60%-
XYZ2011.5530.45-
YUV94.07160.13170.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 14.85%
BLUE value IS 151 (59.38% from 255) = 42.30%
R=42.86%
G=14.85%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535315100.650.010.4301.248.5440.39
Hex99359704112812d3128
Octal2316522701011504556150
Binary1001100111010110010111010000011101000100101101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993597; }

 p { color: rgb(153,53,151); }

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

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

 a { background-color: rgb(153,53,151); }

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

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

 span { border-color: rgb(153,53,151); }

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