Html Css Color HEX #987199 Violet Blue

📋 copy color: '#987199'

red 152 ◦ green 113 ◦ blue 153

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

Shades of Violet Blue #987199

Tints of Violet Blue #987199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

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

R = 36.36%
G = 27.03%
B = 36.6%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#987199 (or 0x987199) is known color: Violet Blue. HEX triplet: 98, 71 and 99. RGB value is (152,113,153). Sum of RGB (Red+Green+Blue) = 152+113+153=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 153 - color contains mainly: blue. Hex color #987199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987199 is #678E66. Grayscale: #818181. Windows color (decimal): -6786663 or 10056088. OLE color: 10056088.

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

Color convert

RGB 152 113 153 -
CMYK 0.01 0.26 0 0.4
HSL 298.5º 0.16% 0.52% -
HSV(B) 298.5º 0.26% 0.6% -
XYZ 24.6 20.79 32.85 -
YUV 129.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 152 113 153 0.01 0.26 0 0.4 298.5 0.16 0.52
Hex 98 71 99 1 1A 0 28 12A 10 34
Octal 230 161 231 1 32 0 50 452 20 64
Binary 10011000 1110001 10011001 1 11010 0 101000 100101010 10000 110100

Color Harmonies of #987199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987199

Black with #987199

Text Example


Text Example

White with #987199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987199; }

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

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

background-color css

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

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

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

border-color css

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

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

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