Html Css Color HEX #987099 Violet Blue

📋 copy color: '#987099'

red 152 ◦ green 112 ◦ blue 153

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

Shades of Violet Blue #987099

Tints of Violet Blue #987099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

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

R = 36.45%
G = 26.86%
B = 36.69%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#987099 (or 0x987099) is known color: Violet Blue. HEX triplet: 98, 70 and 99. RGB value is (152,112,153). Sum of RGB (Red+Green+Blue) = 152+112+153=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 153 - color contains mainly: blue. Hex color #987099 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987099 is #678F66. Grayscale: #808080. Windows color (decimal): -6786919 or 10055832. OLE color: 10055832.

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

Color convert

RGB 152 112 153 -
CMYK 0.01 0.27 0 0.4
HSL 298.54º 0.17% 0.52% -
HSV(B) 298.54º 0.27% 0.6% -
XYZ 24.49 20.56 32.82 -
YUV 128.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 152 112 153 0.01 0.27 0 0.4 298.54 0.17 0.52
Hex 98 70 99 1 1B 0 28 12B 11 34
Octal 230 160 231 1 33 0 50 453 21 64
Binary 10011000 1110000 10011001 1 11011 0 101000 100101011 10001 110100

Color Harmonies of #987099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987099

Black with #987099

Text Example


Text Example

White with #987099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987099; }

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

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

background-color css

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

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

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

border-color css

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

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

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