#993398

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

Shades of Vivid Violet #993398

Tints of Vivid Violet #993398

Color information

#993398 (or 0x993398) is unknown color: approx Vivid Violet. HEX triplet: 99, 33 and 98. RGB value is (153,51,152). Sum of RGB (Red+Green+Blue) = 153+51+152=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #993398 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993398 is #66CC67. Grayscale: #5C5C5C. Windows color (decimal): -6737000 or 9974681. OLE color: 9974681.

HSL color Cylindrical-coordinate representation of color #993398: hue angle of 300.59º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #993398 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB15351152-
CMYK00.670.010.4
HSL300.59º50%40%-
HSV(B)300.59º66.67%60%-
XYZ19.9911.4130.85-
YUV93.01161.29170.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=42.98%
G=14.33%
B=42.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535115200.670.010.4300.595040
Hex99339804312812d3228
Octal2316323001031504556250
Binary1001100111001110011000010000111101000100101101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993398; }

 p { color: rgb(153,51,152); }

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

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

 a { background-color: rgb(153,51,152); }

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

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

 span { border-color: rgb(153,51,152); }

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