Html Css Color HEX #986998 Violet Blue

📋 copy color: '#986998'

red 152 ◦ green 105 ◦ blue 152

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

Shades of Violet Blue #986998

Tints of Violet Blue #986998

RGB

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

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

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

R = 37.16%
G = 25.67%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#986998 (or 0x986998) is known color: Violet Blue. HEX triplet: 98, 69 and 98. RGB value is (152,105,152). Sum of RGB (Red+Green+Blue) = 152+105+152=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 152 - color contains mainly: red, blue. Hex color #986998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986998 is #679667. Grayscale: #7C7C7C. Windows color (decimal): -6788712 or 9988504. OLE color: 9988504.

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

Color convert

RGB 152 105 152 -
CMYK 0 0.31 0 0.40
HSL 300º 0.19% 0.5% -
HSV(B) 300º 0.31% 0.6% -
XYZ 23.67 19.05 32.13 -
YUV 124.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 152 105 152 0 0.31 0 0.40 300 0.19 0.5
Hex 98 69 98 0 1F 0 28 12C 13 32
Octal 230 151 230 0 37 0 50 454 23 62
Binary 10011000 1101001 10011000 0 11111 0 101000 100101100 10011 110010

Color Harmonies of #986998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986998

Black with #986998

Text Example


Text Example

White with #986998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986998; }

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

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

background-color css

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

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

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

border-color css

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

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

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