#993890

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

Shades of Vivid Violet #993890

Tints of Vivid Violet #993890

Color information

#993890 (or 0x993890) is unknown color: approx Vivid Violet. HEX triplet: 99, 38 and 90. RGB value is (153,56,144). Sum of RGB (Red+Green+Blue) = 153+56+144=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #993890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993890 is #66C76F. Grayscale: #5E5E5E. Windows color (decimal): -6735728 or 9451673. OLE color: 9451673.

HSL color Cylindrical-coordinate representation of color #993890: hue angle of 305.57º 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 #993890 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB15356144-
CMYK00.630.060.4
HSL305.57º46.41%40.98%-
HSV(B)305.57º63.4%60%-
XYZ19.5911.6127.6-
YUV95.04155.64169.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.34%
GREEN value IS 56 (22.27% from 255) = 15.86%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=43.34%
G=15.86%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535614400.630.060.4305.5746.4140.98
Hex99389003F6281322e29
Octal231702200776504625651
Binary10011001111000100100000111111110101000100110010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993890; }

 p { color: rgb(153,56,144); }

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

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

 a { background-color: rgb(153,56,144); }

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

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

 span { border-color: rgb(153,56,144); }

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