Html Css Color HEX #986498 Violet Blue

📋 copy color: '#986498'

red 152 ◦ green 100 ◦ blue 152

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

Shades of Violet Blue #986498

Tints of Violet Blue #986498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 37.62%
G = 24.75%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#986498 (or 0x986498) is known color: Violet Blue. HEX triplet: 98, 64 and 98. RGB value is (152,100,152). Sum of RGB (Red+Green+Blue) = 152+100+152=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #986498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986498 is #679B67. Grayscale: #797979. Windows color (decimal): -6789992 or 9987224. OLE color: 9987224.

HSL color Cylindrical-coordinate representation of color #986498: hue angle of 300º 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 #986498 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 152 -
CMYK 0 0.34 0 0.40
HSL 300º 0.21% 0.49% -
HSV(B) 300º 0.34% 0.6% -
XYZ 23.17 18.06 31.97 -
YUV 121.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 152 100 152 0 0.34 0 0.40 300 0.21 0.49
Hex 98 64 98 0 22 0 28 12C 15 31
Octal 230 144 230 0 42 0 50 454 25 61
Binary 10011000 1100100 10011000 0 100010 0 101000 100101100 10101 110001

Color Harmonies of #986498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986498

Black with #986498

Text Example


Text Example

White with #986498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986498; }

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

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

background-color css

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

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

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

border-color css

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

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

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