Html Css Color HEX #997D98 Violet Blue

📋 copy color: '#997D98'

red 153 ◦ green 125 ◦ blue 152

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

Shades of Violet Blue #997D98

Tints of Violet Blue #997D98

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.07%

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

R = 35.58%
G = 29.07%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997D98 (or 0x997D98) is known color: Violet Blue. HEX triplet: 99, 7D and 98. RGB value is (153,125,152). Sum of RGB (Red+Green+Blue) = 153+125+152=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 153 - color contains mainly: red. Hex color #997D98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997D98 is #668267. Grayscale: #888888. Windows color (decimal): -6718056 or 9993625. OLE color: 9993625.

HSL color Cylindrical-coordinate representation of color #997D98: hue angle of 302.14º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997D98 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 152 -
CMYK 0 0.18 0.01 0.4
HSL 302.14º 0.12% 0.55% -
HSV(B) 302.14º 0.18% 0.6% -
XYZ 26.14 23.71 32.9 -
YUV 136.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 153 125 152 0 0.18 0.01 0.4 302.14 0.12 0.55
Hex 99 7D 98 0 12 1 28 12E C 37
Octal 231 175 230 0 22 1 50 456 14 67
Binary 10011001 1111101 10011000 0 10010 1 101000 100101110 1100 110111

Color Harmonies of #997D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D98

Black with #997D98

Text Example


Text Example

White with #997D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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