Html Css Color HEX #997999 Violet Blue

📋 copy color: '#997999'

red 153 ◦ green 121 ◦ blue 153

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

Shades of Violet Blue #997999

Tints of Violet Blue #997999

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.34%

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

R = 35.83%
G = 28.34%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#997999 (or 0x997999) is known color: Violet Blue. HEX triplet: 99, 79 and 99. RGB value is (153,121,153). Sum of RGB (Red+Green+Blue) = 153+121+153=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997999 is #668666. Grayscale: #868686. Windows color (decimal): -6719079 or 10058137. OLE color: 10058137.

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

Color convert

RGB 153 121 153 -
CMYK 0 0.21 0 0.4
HSL 300º 0.14% 0.54% -
HSV(B) 300º 0.21% 0.6% -
XYZ 25.72 22.75 33.17 -
YUV 134.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 153 121 153 0 0.21 0 0.4 300 0.14 0.54
Hex 99 79 99 0 15 0 28 12C E 36
Octal 231 171 231 0 25 0 50 454 16 66
Binary 10011001 1111001 10011001 0 10101 0 101000 100101100 1110 110110

Color Harmonies of #997999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997999

Black with #997999

Text Example


Text Example

White with #997999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997999; }

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

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

background-color css

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

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

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

border-color css

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

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

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