Html Css Color HEX #997997 Violet Blue

📋 copy color: '#997997'

red 153 ◦ green 121 ◦ blue 151

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

Shades of Violet Blue #997997

Tints of Violet Blue #997997

RGB

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

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

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

R = 36%
G = 28.47%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997997 (or 0x997997) is known color: Violet Blue. HEX triplet: 99, 79 and 97. RGB value is (153,121,151). Sum of RGB (Red+Green+Blue) = 153+121+151=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #997997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997997 is #668668. Grayscale: #858585. Windows color (decimal): -6719081 or 9927065. OLE color: 9927065.

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

Color convert

RGB 153 121 151 -
CMYK 0 0.21 0.01 0.4
HSL 303.75º 0.14% 0.54% -
HSV(B) 303.75º 0.21% 0.6% -
XYZ 25.56 22.68 32.31 -
YUV 133.99 137.6 141.56 -
System Red Green Blue C M Y K H S L
Decimal 153 121 151 0 0.21 0.01 0.4 303.75 0.14 0.54
Hex 99 79 97 0 15 1 28 130 E 36
Octal 231 171 227 0 25 1 50 460 16 66
Binary 10011001 1111001 10010111 0 10101 1 101000 100110000 1110 110110

Color Harmonies of #997997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997997

Black with #997997

Text Example


Text Example

White with #997997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997997; }

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

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

background-color css

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

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

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

border-color css

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

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

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