Html Css Color HEX #997899 Violet Blue

📋 copy color: '#997899'

red 153 ◦ green 120 ◦ blue 153

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

Shades of Violet Blue #997899

Tints of Violet Blue #997899

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.17%

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

R = 35.92%
G = 28.17%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#997899 (or 0x997899) is known color: Violet Blue. HEX triplet: 99, 78 and 99. RGB value is (153,120,153). Sum of RGB (Red+Green+Blue) = 153+120+153=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997899 is #668766. Grayscale: #858585. Windows color (decimal): -6719335 or 10057881. OLE color: 10057881.

HSL color Cylindrical-coordinate representation of color #997899: 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.22%. Process color model (Four color, CMYK) of #997899 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 120 153 -
CMYK 0 0.22 0 0.4
HSL 300º 0.14% 0.54% -
HSV(B) 300º 0.22% 0.6% -
XYZ 25.6 22.51 33.13 -
YUV 133.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 153 120 153 0 0.22 0 0.4 300 0.14 0.54
Hex 99 78 99 0 16 0 28 12C E 36
Octal 231 170 231 0 26 0 50 454 16 66
Binary 10011001 1111000 10011001 0 10110 0 101000 100101100 1110 110110

Color Harmonies of #997899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997899

Black with #997899

Text Example


Text Example

White with #997899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997899; }

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

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

background-color css

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

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

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

border-color css

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

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

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