Html Css Color HEX #997398 Violet Blue

📋 copy color: '#997398'

red 153 ◦ green 115 ◦ blue 152

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

Shades of Violet Blue #997398

Tints of Violet Blue #997398

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 36.43%
G = 27.38%
B = 36.19%

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

#997398 (or 0x997398) is known color: Violet Blue. HEX triplet: 99, 73 and 98. RGB value is (153,115,152). Sum of RGB (Red+Green+Blue) = 153+115+152=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #997398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997398 is #668C67. Grayscale: #828282. Windows color (decimal): -6720616 or 9991065. OLE color: 9991065.

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

Color convert

RGB 153 115 152 -
CMYK 0 0.25 0.01 0.4
HSL 301.58º 0.16% 0.53% -
HSV(B) 301.58º 0.25% 0.6% -
XYZ 24.94 21.3 32.5 -
YUV 130.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 153 115 152 0 0.25 0.01 0.4 301.58 0.16 0.53
Hex 99 73 98 0 19 1 28 12E 10 35
Octal 231 163 230 0 31 1 50 456 20 65
Binary 10011001 1110011 10011000 0 11001 1 101000 100101110 10000 110101

Color Harmonies of #997398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997398

Black with #997398

Text Example


Text Example

White with #997398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997398; }

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

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

background-color css

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

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

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

border-color css

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

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

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