Html Css Color HEX #997297 Violet Blue

📋 copy color: '#997297'

red 153 ◦ green 114 ◦ blue 151

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

Shades of Violet Blue #997297

Tints of Violet Blue #997297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.27%

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

R = 36.6%
G = 27.27%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997297 (or 0x997297) is known color: Violet Blue. HEX triplet: 99, 72 and 97. RGB value is (153,114,151). Sum of RGB (Red+Green+Blue) = 153+114+151=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 151 (59.38% from 255 or 36.12% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #997297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997297 is #668D68. Grayscale: #818181. Windows color (decimal): -6720873 or 9925273. OLE color: 9925273.

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

Color convert

RGB 153 114 151 -
CMYK 0 0.25 0.01 0.4
HSL 303.08º 0.16% 0.52% -
HSV(B) 303.08º 0.25% 0.6% -
XYZ 24.74 21.04 32.04 -
YUV 129.88 139.92 144.49 -
System Red Green Blue C M Y K H S L
Decimal 153 114 151 0 0.25 0.01 0.4 303.08 0.16 0.52
Hex 99 72 97 0 19 1 28 12F 10 34
Octal 231 162 227 0 31 1 50 457 20 64
Binary 10011001 1110010 10010111 0 11001 1 101000 100101111 10000 110100

Color Harmonies of #997297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997297

Black with #997297

Text Example


Text Example

White with #997297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997297; }

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

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

background-color css

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

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

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

border-color css

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

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

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