Html Css Color HEX #993399 Vivid Violet

📋 copy color: '#993399'

red 153 ◦ green 51 ◦ blue 153

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

Shades of Vivid Violet #993399

Tints of Vivid Violet #993399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.29%

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

R = 42.86%
G = 14.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#993399 (or 0x993399) is known color: Vivid Violet. HEX triplet: 99, 33 and 99. RGB value is (153,51,153). Sum of RGB (Red+Green+Blue) = 153+51+153=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #993399 is a web safe color. Inversed color of #993399 is #66CC66. Grayscale: #5C5C5C. Windows color (decimal): -6736999 or 10040217. OLE color: 10040217.

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

Color convert

RGB 153 51 153 -
CMYK 0 0.67 0 0.4
HSL 300º 0.5% 0.4% -
HSV(B) 300º 0.67% 0.6% -
XYZ 20.07 11.44 31.29 -
YUV 93.13 161.79 170.71 -
System Red Green Blue C M Y K H S L
Decimal 153 51 153 0 0.67 0 0.4 300 0.5 0.4
Hex 99 33 99 0 43 0 28 12C 32 28
Octal 231 63 231 0 103 0 50 454 62 50
Binary 10011001 110011 10011001 0 1000011 0 101000 100101100 110010 101000

Color Harmonies of #993399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993399

Black with #993399

Text Example


Text Example

White with #993399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993399; }

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

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

background-color css

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

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

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

border-color css

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

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

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