#993997

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

Shades of Vivid Violet #993997

Tints of Vivid Violet #993997

Color information

#993997 (or 0x993997) is unknown color: approx Vivid Violet. HEX triplet: 99, 39 and 97. RGB value is (153,57,151). Sum of RGB (Red+Green+Blue) = 153+57+151=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 151 (59.38% from 255 or 41.83% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #993997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993997 is #66C668. Grayscale: #606060. Windows color (decimal): -6735465 or 9910681. OLE color: 9910681.

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

Color convert

RGB15357151-
CMYK00.630.010.4
HSL301.25º45.71%41.18%-
HSV(B)301.25º62.75%60%-
XYZ20.1911.9330.52-
YUV96.42158.8168.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 57 (22.66% from 255) = 15.79%
BLUE value IS 151 (59.38% from 255) = 41.83%
R=42.38%
G=15.79%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535715100.630.010.4301.2545.7141.18
Hex99399703F12812d2e29
Octal231712270771504555651
Binary100110011110011001011101111111101000100101101101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993997; }

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

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

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

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

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

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

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

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