Html Css Color HEX #997498 Violet Blue

📋 copy color: '#997498'

red 153 ◦ green 116 ◦ blue 152

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

Shades of Violet Blue #997498

Tints of Violet Blue #997498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.1%

R = 36.34%
G = 27.55%
B = 36.1%

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

#997498 (or 0x997498) is known color: Violet Blue. HEX triplet: 99, 74 and 98. RGB value is (153,116,152). Sum of RGB (Red+Green+Blue) = 153+116+152=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #997498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997498 is #668B67. Grayscale: #838383. Windows color (decimal): -6720360 or 9991321. OLE color: 9991321.

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

Color convert

RGB 153 116 152 -
CMYK 0 0.24 0.01 0.4
HSL 301.62º 0.15% 0.53% -
HSV(B) 301.62º 0.24% 0.6% -
XYZ 25.05 21.53 32.54 -
YUV 131.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 153 116 152 0 0.24 0.01 0.4 301.62 0.15 0.53
Hex 99 74 98 0 18 1 28 12E F 35
Octal 231 164 230 0 30 1 50 456 17 65
Binary 10011001 1110100 10011000 0 11000 1 101000 100101110 1111 110101

Color Harmonies of #997498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997498

Black with #997498

Text Example


Text Example

White with #997498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997498; }

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

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

background-color css

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

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

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

border-color css

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

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

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