Html Css Color HEX #987997 Violet Blue

📋 copy color: '#987997'

red 152 ◦ green 121 ◦ blue 151

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

Shades of Violet Blue #987997

Tints of Violet Blue #987997

RGB

 RED value IS 152 (59.77% from 255) = 35.85%

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

 BLUE value IS 151 (59.38% from 255) = 35.61%

R = 35.85%
G = 28.54%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#987997 (or 0x987997) is known color: Violet Blue. HEX triplet: 98, 79 and 97. RGB value is (152,121,151). Sum of RGB (Red+Green+Blue) = 152+121+151=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 151 (59.38% from 255 or 35.61% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #987997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987997 is #678668. Grayscale: #858585. Windows color (decimal): -6784617 or 9927064. OLE color: 9927064.

HSL color Cylindrical-coordinate representation of color #987997: hue angle of 301.94º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987997 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 121 151 -
CMYK 0 0.20 0.01 0.40
HSL 301.94º 0.13% 0.54% -
HSV(B) 301.94º 0.2% 0.6% -
XYZ 25.37 22.58 32.3 -
YUV 133.69 137.77 141.06 -
System Red Green Blue C M Y K H S L
Decimal 152 121 151 0 0.20 0.01 0.40 301.94 0.13 0.54
Hex 98 79 97 0 14 1 28 12E D 36
Octal 230 171 227 0 24 1 50 456 15 66
Binary 10011000 1111001 10010111 0 10100 1 101000 100101110 1101 110110

Color Harmonies of #987997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987997

Black with #987997

Text Example


Text Example

White with #987997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987997; }

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

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

background-color css

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

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

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

border-color css

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

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

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