Html Css Color HEX #997998 Violet Blue

📋 copy color: '#997998'

red 153 ◦ green 121 ◦ blue 152

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

Shades of Violet Blue #997998

Tints of Violet Blue #997998

RGB

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

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

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

R = 35.92%
G = 28.4%
B = 35.68%

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

#997998 (or 0x997998) is known color: Violet Blue. HEX triplet: 99, 79 and 98. RGB value is (153,121,152). Sum of RGB (Red+Green+Blue) = 153+121+152=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 153 - color contains mainly: red. Hex color #997998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997998 is #668667. Grayscale: #868686. Windows color (decimal): -6719080 or 9992601. OLE color: 9992601.

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

Color convert

RGB 153 121 152 -
CMYK 0 0.21 0.01 0.4
HSL 301.88º 0.14% 0.54% -
HSV(B) 301.88º 0.21% 0.6% -
XYZ 25.64 22.71 32.74 -
YUV 134.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 153 121 152 0 0.21 0.01 0.4 301.88 0.14 0.54
Hex 99 79 98 0 15 1 28 12E E 36
Octal 231 171 230 0 25 1 50 456 16 66
Binary 10011001 1111001 10011000 0 10101 1 101000 100101110 1110 110110

Color Harmonies of #997998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997998

Black with #997998

Text Example


Text Example

White with #997998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997998; }

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

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

background-color css

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

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

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

border-color css

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

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

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