Html Css Color HEX #986997 Violet Blue

📋 copy color: '#986997'

red 152 ◦ green 105 ◦ blue 151

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

Shades of Violet Blue #986997

Tints of Violet Blue #986997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

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

R = 37.25%
G = 25.74%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#986997 (or 0x986997) is known color: Violet Blue. HEX triplet: 98, 69 and 97. RGB value is (152,105,151). Sum of RGB (Red+Green+Blue) = 152+105+151=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #986997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986997 is #679668. Grayscale: #7C7C7C. Windows color (decimal): -6788713 or 9922968. OLE color: 9922968.

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

Color convert

RGB 152 105 151 -
CMYK 0 0.31 0.01 0.40
HSL 301.28º 0.19% 0.5% -
HSV(B) 301.28º 0.31% 0.6% -
XYZ 23.59 19.01 31.7 -
YUV 124.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 152 105 151 0 0.31 0.01 0.40 301.28 0.19 0.5
Hex 98 69 97 0 1F 1 28 12D 13 32
Octal 230 151 227 0 37 1 50 455 23 62
Binary 10011000 1101001 10010111 0 11111 1 101000 100101101 10011 110010

Color Harmonies of #986997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986997

Black with #986997

Text Example


Text Example

White with #986997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986997; }

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

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

background-color css

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

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

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

border-color css

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

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

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