#993795

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

Shades of Vivid Violet #993795

Tints of Vivid Violet #993795

Color information

#993795 (or 0x993795) is unknown color: approx Vivid Violet. HEX triplet: 99, 37 and 95. RGB value is (153,55,149). Sum of RGB (Red+Green+Blue) = 153+55+149=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #993795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993795 is #66C86A. Grayscale: #5E5E5E. Windows color (decimal): -6735979 or 9779097. OLE color: 9779097.

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

Color convert

RGB15355149-
CMYK00.640.030.4
HSL302.45º47.12%40.78%-
HSV(B)302.45º64.05%60%-
XYZ19.9311.6729.64-
YUV95.02158.47169.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 55 (21.88% from 255) = 15.41%
BLUE value IS 149 (58.59% from 255) = 41.74%
R=42.86%
G=15.41%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535514900.640.030.4302.4547.1240.78
Hex99379504032812e2f29
Octal2316722501003504565751
Binary10011001110111100101010100000011101000100101110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993795; }

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

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

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

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

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

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

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

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