Html Css Color HEX #987999 Violet Blue

📋 copy color: '#987999'

red 152 ◦ green 121 ◦ blue 153

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

Shades of Violet Blue #987999

Tints of Violet Blue #987999

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

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

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

Color convert

RGB 152 121 153 -
CMYK 0.01 0.21 0 0.4
HSL 298.13º 0.14% 0.54% -
HSV(B) 298.13º 0.21% 0.6% -
XYZ 25.54 22.65 33.16 -
YUV 133.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 152 121 153 0.01 0.21 0 0.4 298.13 0.14 0.54
Hex 98 79 99 1 15 0 28 12A E 36
Octal 230 171 231 1 25 0 50 452 16 66
Binary 10011000 1111001 10011001 1 10101 0 101000 100101010 1110 110110

Color Harmonies of #987999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987999

Black with #987999

Text Example


Text Example

White with #987999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987999; }

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

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

background-color css

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

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

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

border-color css

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

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

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