Html Css Color HEX #987799 Violet Blue

📋 copy color: '#987799'

red 152 ◦ green 119 ◦ blue 153

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

Shades of Violet Blue #987799

Tints of Violet Blue #987799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.07%

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

R = 35.85%
G = 28.07%
B = 36.08%

CMYK

 C value IS 0.01

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#987799 (or 0x987799) is known color: Violet Blue. HEX triplet: 98, 77 and 99. RGB value is (152,119,153). Sum of RGB (Red+Green+Blue) = 152+119+153=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 119 (46.88% from 255 or 28.07% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #987799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987799 is #678866. Grayscale: #848484. Windows color (decimal): -6785127 or 10057624. OLE color: 10057624.

HSL color Cylindrical-coordinate representation of color #987799: hue angle of 298.24º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987799 is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 119 153 -
CMYK 0.01 0.22 0 0.4
HSL 298.24º 0.14% 0.53% -
HSV(B) 298.24º 0.22% 0.6% -
XYZ 25.3 22.17 33.08 -
YUV 132.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 152 119 153 0.01 0.22 0 0.4 298.24 0.14 0.53
Hex 98 77 99 1 16 0 28 12A E 35
Octal 230 167 231 1 26 0 50 452 16 65
Binary 10011000 1110111 10011001 1 10110 0 101000 100101010 1110 110101

Color Harmonies of #987799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987799

Black with #987799

Text Example


Text Example

White with #987799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987799; }

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

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

background-color css

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

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

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

border-color css

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

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

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