Html Css Color HEX #997897 Violet Blue

📋 copy color: '#997897'

red 153 ◦ green 120 ◦ blue 151

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

Shades of Violet Blue #997897

Tints of Violet Blue #997897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.61%

R = 36.08%
G = 28.3%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997897 (or 0x997897) is known color: Violet Blue. HEX triplet: 99, 78 and 97. RGB value is (153,120,151). Sum of RGB (Red+Green+Blue) = 153+120+151=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 153 - color contains mainly: red. Hex color #997897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997897 is #668768. Grayscale: #858585. Windows color (decimal): -6719337 or 9926809. OLE color: 9926809.

HSL color Cylindrical-coordinate representation of color #997897: hue angle of 303.64º 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 #997897 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 120 151 -
CMYK 0 0.22 0.01 0.4
HSL 303.64º 0.14% 0.54% -
HSV(B) 303.64º 0.22% 0.6% -
XYZ 25.44 22.44 32.27 -
YUV 133.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 153 120 151 0 0.22 0.01 0.4 303.64 0.14 0.54
Hex 99 78 97 0 16 1 28 130 E 36
Octal 231 170 227 0 26 1 50 460 16 66
Binary 10011001 1111000 10010111 0 10110 1 101000 100110000 1110 110110

Color Harmonies of #997897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997897

Black with #997897

Text Example


Text Example

White with #997897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997897; }

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

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

background-color css

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

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

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

border-color css

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

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

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