Html Css Color HEX #997497 Violet Blue

📋 copy color: '#997497'

red 153 ◦ green 116 ◦ blue 151

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

Shades of Violet Blue #997497

Tints of Violet Blue #997497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

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

R = 36.43%
G = 27.62%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997497 (or 0x997497) is known color: Violet Blue. HEX triplet: 99, 74 and 97. RGB value is (153,116,151). Sum of RGB (Red+Green+Blue) = 153+116+151=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #997497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997497 is #668B68. Grayscale: #828282. Windows color (decimal): -6720361 or 9925785. OLE color: 9925785.

HSL color Cylindrical-coordinate representation of color #997497: hue angle of 303.24º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997497 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 151 -
CMYK 0 0.24 0.01 0.4
HSL 303.24º 0.15% 0.53% -
HSV(B) 303.24º 0.24% 0.6% -
XYZ 24.97 21.5 32.11 -
YUV 131.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 153 116 151 0 0.24 0.01 0.4 303.24 0.15 0.53
Hex 99 74 97 0 18 1 28 12F F 35
Octal 231 164 227 0 30 1 50 457 17 65
Binary 10011001 1110100 10010111 0 11000 1 101000 100101111 1111 110101

Color Harmonies of #997497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997497

Black with #997497

Text Example


Text Example

White with #997497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997497; }

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

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

background-color css

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

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

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

border-color css

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

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

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