Html Css Color HEX #986FC9 Lilac Bush

📋 copy color: '#986FC9'

red 152 ◦ green 111 ◦ blue 201

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

Shades of Lilac Bush #986FC9

Tints of Lilac Bush #986FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.92%

 BLUE value IS 201 (78.91% from 255) = 43.32%

R = 32.76%
G = 23.92%
B = 43.32%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#986FC9 (or 0x986FC9) is known color: Lilac Bush. HEX triplet: 98, 6F and C9. RGB value is (152,111,201). Sum of RGB (Red+Green+Blue) = 152+111+201=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #986FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FC9 is #679036. Grayscale: #858585. Windows color (decimal): -6787127 or 13201304. OLE color: 13201304.

HSL color Cylindrical-coordinate representation of color #986FC9: hue angle of 267.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986FC9 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 111 201 -
CMYK 0.24 0.45 0 0.21
HSL 267.33º 0.45% 0.61% -
HSV(B) 267.33º 0.45% 0.79% -
XYZ 29.18 22.26 58.02 -
YUV 133.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 152 111 201 0.24 0.45 0 0.21 267.33 0.45 0.61
Hex 98 6F C9 18 2D 0 15 10B 2D 3D
Octal 230 157 311 30 55 0 25 413 55 75
Binary 10011000 1101111 11001001 11000 101101 0 10101 100001011 101101 111101

Color Harmonies of #986FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FC9

Black with #986FC9

Text Example


Text Example

White with #986FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986FC9; }

 p { color: rgb(152,111,201); }

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

background-color css

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

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

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

border-color css

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

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

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