#993095

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

Shades of Vivid Violet #993095

Tints of Vivid Violet #993095

Color information

#993095 (or 0x993095) is unknown color: approx Vivid Violet. HEX triplet: 99, 30 and 95. RGB value is (153,48,149). Sum of RGB (Red+Green+Blue) = 153+48+149=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #993095 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993095 is #66CF6A. Grayscale: #5A5A5A. Windows color (decimal): -6737771 or 9777305. OLE color: 9777305.

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

Color convert

RGB15348149-
CMYK00.690.030.4
HSL302.29º52.24%39.41%-
HSV(B)302.29º68.63%60%-
XYZ19.6211.0629.53-
YUV90.91160.79172.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 48 (19.14% from 255) = 13.71%
BLUE value IS 149 (58.59% from 255) = 42.57%
R=43.71%
G=13.71%
B=42.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1534814900.690.030.4302.2952.2439.41
Hex99309504532812e3427
Octal2316022501053504566447
Binary10011001110000100101010100010111101000100101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993095; }

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

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

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

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

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

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

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

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