#993990

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

Shades of Vivid Violet #993990

Tints of Vivid Violet #993990

Color information

#993990 (or 0x993990) is unknown color: approx Vivid Violet. HEX triplet: 99, 39 and 90. RGB value is (153,57,144). Sum of RGB (Red+Green+Blue) = 153+57+144=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #993990 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993990 is #66C66F. Grayscale: #5F5F5F. Windows color (decimal): -6735472 or 9451929. OLE color: 9451929.

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

Color convert

RGB15357144-
CMYK00.630.060.4
HSL305.62º45.71%41.18%-
HSV(B)305.62º62.75%60%-
XYZ19.6311.7127.61-
YUV95.62155.3168.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 57 (22.66% from 255) = 16.10%
BLUE value IS 144 (56.64% from 255) = 40.68%
R=43.22%
G=16.10%
B=40.68%

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
Decimal1535714400.630.060.4305.6245.7141.18
Hex99399003F6281322e29
Octal231712200776504625651
Binary10011001111001100100000111111110101000100110010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993990; }

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

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

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

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

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

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

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

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