Html Css Color HEX #987399 Violet Blue

📋 copy color: '#987399'

red 152 ◦ green 115 ◦ blue 153

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

Shades of Violet Blue #987399

Tints of Violet Blue #987399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.38%

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

R = 36.19%
G = 27.38%
B = 36.43%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#987399 (or 0x987399) is known color: Violet Blue. HEX triplet: 98, 73 and 99. RGB value is (152,115,153). Sum of RGB (Red+Green+Blue) = 152+115+153=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 153 - color contains mainly: blue. Hex color #987399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987399 is #678C66. Grayscale: #828282. Windows color (decimal): -6786151 or 10056600. OLE color: 10056600.

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

Color convert

RGB 152 115 153 -
CMYK 0.01 0.25 0 0.4
HSL 298.42º 0.16% 0.53% -
HSV(B) 298.42º 0.25% 0.6% -
XYZ 24.83 21.24 32.93 -
YUV 130.4 140.76 143.41 -
System Red Green Blue C M Y K H S L
Decimal 152 115 153 0.01 0.25 0 0.4 298.42 0.16 0.53
Hex 98 73 99 1 19 0 28 12A 10 35
Octal 230 163 231 1 31 0 50 452 20 65
Binary 10011000 1110011 10011001 1 11001 0 101000 100101010 10000 110101

Color Harmonies of #987399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987399

Black with #987399

Text Example


Text Example

White with #987399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987399; }

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

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

background-color css

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

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

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

border-color css

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

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

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