Html Css Color HEX #987A99 Violet Blue

📋 copy color: '#987A99'

red 152 ◦ green 122 ◦ blue 153

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

Shades of Violet Blue #987A99

Tints of Violet Blue #987A99

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.57%

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 35.6%
G = 28.57%
B = 35.83%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#987A99 (or 0x987A99) is known color: Violet Blue. HEX triplet: 98, 7A and 99. RGB value is (152,122,153). Sum of RGB (Red+Green+Blue) = 152+122+153=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 153 - color contains mainly: blue. Hex color #987A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A99 is #678566. Grayscale: #868686. Windows color (decimal): -6784359 or 10058392. OLE color: 10058392.

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

Color convert

RGB 152 122 153 -
CMYK 0.01 0.20 0 0.4
HSL 298.06º 0.13% 0.54% -
HSV(B) 298.06º 0.2% 0.6% -
XYZ 25.66 22.89 33.2 -
YUV 134.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 152 122 153 0.01 0.20 0 0.4 298.06 0.13 0.54
Hex 98 7A 99 1 14 0 28 12A D 36
Octal 230 172 231 1 24 0 50 452 15 66
Binary 10011000 1111010 10011001 1 10100 0 101000 100101010 1101 110110

Color Harmonies of #987A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A99

Black with #987A99

Text Example


Text Example

White with #987A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987A99; }

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

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

background-color css

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

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

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

border-color css

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

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

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