Html Css Color HEX #996399 Violet Blue

📋 copy color: '#996399'

red 153 ◦ green 99 ◦ blue 153

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

Shades of Violet Blue #996399

Tints of Violet Blue #996399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.44%

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

R = 37.78%
G = 24.44%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#996399 (or 0x996399) is known color: Violet Blue. HEX triplet: 99, 63 and 99. RGB value is (153,99,153). Sum of RGB (Red+Green+Blue) = 153+99+153=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996399 is #669C66. Grayscale: #797979. Windows color (decimal): -6724711 or 10052505. OLE color: 10052505.

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

Color convert

RGB 153 99 153 -
CMYK 0 0.35 0 0.4
HSL 300º 0.21% 0.49% -
HSV(B) 300º 0.35% 0.6% -
XYZ 23.35 18 32.38 -
YUV 121.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 153 99 153 0 0.35 0 0.4 300 0.21 0.49
Hex 99 63 99 0 23 0 28 12C 15 31
Octal 231 143 231 0 43 0 50 454 25 61
Binary 10011001 1100011 10011001 0 100011 0 101000 100101100 10101 110001

Color Harmonies of #996399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996399

Black with #996399

Text Example


Text Example

White with #996399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996399; }

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

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

background-color css

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

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

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

border-color css

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

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

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