Html Css Color HEX #996999 Violet Blue

📋 copy color: '#996999'

red 153 ◦ green 105 ◦ blue 153

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

Shades of Violet Blue #996999

Tints of Violet Blue #996999

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.55%

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

R = 37.23%
G = 25.55%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#996999 (or 0x996999) is known color: Violet Blue. HEX triplet: 99, 69 and 99. RGB value is (153,105,153). Sum of RGB (Red+Green+Blue) = 153+105+153=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #996999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996999 is #669666. Grayscale: #7C7C7C. Windows color (decimal): -6723175 or 10054041. OLE color: 10054041.

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

Color convert

RGB 153 105 153 -
CMYK 0 0.31 0 0.4
HSL 300º 0.19% 0.51% -
HSV(B) 300º 0.31% 0.6% -
XYZ 23.94 19.18 32.58 -
YUV 124.82 143.9 148.1 -
System Red Green Blue C M Y K H S L
Decimal 153 105 153 0 0.31 0 0.4 300 0.19 0.51
Hex 99 69 99 0 1F 0 28 12C 13 33
Octal 231 151 231 0 37 0 50 454 23 63
Binary 10011001 1101001 10011001 0 11111 0 101000 100101100 10011 110011

Color Harmonies of #996999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996999

Black with #996999

Text Example


Text Example

White with #996999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996999; }

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

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

background-color css

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

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

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

border-color css

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

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

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