Html Css Color HEX #993999 Vivid Violet

📋 copy color: '#993999'

red 153 ◦ green 57 ◦ blue 153

#993999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #993999

Tints of Vivid Violet #993999

RGB

 RED value IS 153 (60.16% from 255) = 42.15%

 GREEN value IS 57 (22.66% from 255) = 15.7%

 BLUE value IS 153 (60.16% from 255) = 42.15%

R = 42.15%
G = 15.7%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#993999 (or 0x993999) is known color: Vivid Violet. HEX triplet: 99, 39 and 99. RGB value is (153,57,153). Sum of RGB (Red+Green+Blue) = 153+57+153=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #993999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993999 is #66C666. Grayscale: #606060. Windows color (decimal): -6735463 or 10041753. OLE color: 10041753.

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

Color convert

RGB 153 57 153 -
CMYK 0 0.63 0 0.4
HSL 300º 0.46% 0.41% -
HSV(B) 300º 0.63% 0.6% -
XYZ 20.35 12 31.38 -
YUV 96.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 153 57 153 0 0.63 0 0.4 300 0.46 0.41
Hex 99 39 99 0 3F 0 28 12C 2E 29
Octal 231 71 231 0 77 0 50 454 56 51
Binary 10011001 111001 10011001 0 111111 0 101000 100101100 101110 101001

Color Harmonies of #993999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993999

Black with #993999

Text Example


Text Example

White with #993999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993999; }

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

 H1.HeaderClassName
 {
   color: #993999;
 }
 .AnyTagClassName
 {
   color: #993999;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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