Html Css Color HEX #997298 Violet Blue

📋 copy color: '#997298'

red 153 ◦ green 114 ◦ blue 152

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

Shades of Violet Blue #997298

Tints of Violet Blue #997298

RGB

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

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

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

R = 36.52%
G = 27.21%
B = 36.28%

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

#997298 (or 0x997298) is known color: Violet Blue. HEX triplet: 99, 72 and 98. RGB value is (153,114,152). Sum of RGB (Red+Green+Blue) = 153+114+152=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 152 (59.77% from 255 or 36.28% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997298 is #668D67. Grayscale: #818181. Windows color (decimal): -6720872 or 9990809. OLE color: 9990809.

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

Color convert

RGB 153 114 152 -
CMYK 0 0.25 0.01 0.4
HSL 301.54º 0.16% 0.52% -
HSV(B) 301.54º 0.25% 0.6% -
XYZ 24.82 21.07 32.47 -
YUV 129.99 140.42 144.41 -
System Red Green Blue C M Y K H S L
Decimal 153 114 152 0 0.25 0.01 0.4 301.54 0.16 0.52
Hex 99 72 98 0 19 1 28 12E 10 34
Octal 231 162 230 0 31 1 50 456 20 64
Binary 10011001 1110010 10011000 0 11001 1 101000 100101110 10000 110100

Color Harmonies of #997298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997298

Black with #997298

Text Example


Text Example

White with #997298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997298; }

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

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

background-color css

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

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

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

border-color css

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

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

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