Html Css Color HEX #996499 Violet Blue

📋 copy color: '#996499'

red 153 ◦ green 100 ◦ blue 153

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

Shades of Violet Blue #996499

Tints of Violet Blue #996499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.63%

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

R = 37.68%
G = 24.63%
B = 37.68%

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

#996499 (or 0x996499) is known color: Violet Blue. HEX triplet: 99, 64 and 99. RGB value is (153,100,153). Sum of RGB (Red+Green+Blue) = 153+100+153=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996499 is #669B66. Grayscale: #797979. Windows color (decimal): -6724455 or 10052761. OLE color: 10052761.

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

Color convert

RGB 153 100 153 -
CMYK 0 0.35 0 0.4
HSL 300º 0.21% 0.5% -
HSV(B) 300º 0.35% 0.6% -
XYZ 23.44 18.19 32.41 -
YUV 121.89 145.56 150.19 -
System Red Green Blue C M Y K H S L
Decimal 153 100 153 0 0.35 0 0.4 300 0.21 0.5
Hex 99 64 99 0 23 0 28 12C 15 32
Octal 231 144 231 0 43 0 50 454 25 62
Binary 10011001 1100100 10011001 0 100011 0 101000 100101100 10101 110010

Color Harmonies of #996499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996499

Black with #996499

Text Example


Text Example

White with #996499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996499; }

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

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

background-color css

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

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

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

border-color css

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

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

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