Html Css Color HEX #997199 Violet Blue

📋 copy color: '#997199'

red 153 ◦ green 113 ◦ blue 153

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

Shades of Violet Blue #997199

Tints of Violet Blue #997199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.97%

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

R = 36.52%
G = 26.97%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#997199 (or 0x997199) is known color: Violet Blue. HEX triplet: 99, 71 and 99. RGB value is (153,113,153). Sum of RGB (Red+Green+Blue) = 153+113+153=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997199 is #668E66. Grayscale: #818181. Windows color (decimal): -6721127 or 10056089. OLE color: 10056089.

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

Color convert

RGB 153 113 153 -
CMYK 0 0.26 0 0.4
HSL 300º 0.16% 0.52% -
HSV(B) 300º 0.26% 0.6% -
XYZ 24.79 20.88 32.86 -
YUV 129.52 141.25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 153 113 153 0 0.26 0 0.4 300 0.16 0.52
Hex 99 71 99 0 1A 0 28 12C 10 34
Octal 231 161 231 0 32 0 50 454 20 64
Binary 10011001 1110001 10011001 0 11010 0 101000 100101100 10000 110100

Color Harmonies of #997199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997199

Black with #997199

Text Example


Text Example

White with #997199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997199; }

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

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

background-color css

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

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

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

border-color css

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

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

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