#993D8E

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

Shades of Vivid Violet #993D8E

Tints of Vivid Violet #993D8E

Color information

#993D8E (or 0x993D8E) is unknown color: approx Vivid Violet. HEX triplet: 99, 3D and 8E. RGB value is (153,61,142). Sum of RGB (Red+Green+Blue) = 153+61+142=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #993D8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993D8E is #66C271. Grayscale: #616161. Windows color (decimal): -6734450 or 9321881. OLE color: 9321881.

HSL color Cylindrical-coordinate representation of color #993D8E: hue angle of 307.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #993D8E is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB15361142-
CMYK00.600.070.4
HSL307.17º42.99%41.96%-
HSV(B)307.17º60.13%60%-
XYZ19.6912.0626.88-
YUV97.74152.98167.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 61 (24.22% from 255) = 17.13%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=42.98%
G=17.13%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536114200.600.070.4307.1742.9941.96
Hex993D8E03C7281332b2a
Octal231752160747504635352
Binary10011001111101100011100111100111101000100110011101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D8E; }

 p { color: rgb(153,61,142); }

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

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

 a { background-color: rgb(153,61,142); }

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

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

 span { border-color: rgb(153,61,142); }

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