Html Css Color HEX #986497 Violet Blue

📋 copy color: '#986497'

red 152 ◦ green 100 ◦ blue 151

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

Shades of Violet Blue #986497

Tints of Violet Blue #986497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

 BLUE value IS 151 (59.38% from 255) = 37.47%

R = 37.72%
G = 24.81%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#986497 (or 0x986497) is known color: Violet Blue. HEX triplet: 98, 64 and 97. RGB value is (152,100,151). Sum of RGB (Red+Green+Blue) = 152+100+151=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #986497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986497 is #679B68. Grayscale: #797979. Windows color (decimal): -6789993 or 9921688. OLE color: 9921688.

HSL color Cylindrical-coordinate representation of color #986497: hue angle of 301.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986497 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 151 -
CMYK 0 0.34 0.01 0.40
HSL 301.15º 0.21% 0.49% -
HSV(B) 301.15º 0.34% 0.6% -
XYZ 23.09 18.02 31.54 -
YUV 121.36 144.73 149.85 -
System Red Green Blue C M Y K H S L
Decimal 152 100 151 0 0.34 0.01 0.40 301.15 0.21 0.49
Hex 98 64 97 0 22 1 28 12D 15 31
Octal 230 144 227 0 42 1 50 455 25 61
Binary 10011000 1100100 10010111 0 100010 1 101000 100101101 10101 110001

Color Harmonies of #986497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986497

Black with #986497

Text Example


Text Example

White with #986497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986497; }

 p { color: rgb(152,100,151); }

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

background-color css

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

 a { background-color: rgb(152,100,151); }

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

border-color css

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

 span { border-color: rgb(152,100,151); }

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