Html Css Color HEX #986FCB Lilac Bush

📋 copy color: '#986FCB'

red 152 ◦ green 111 ◦ blue 203

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

Shades of Lilac Bush #986FCB

Tints of Lilac Bush #986FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 32.62%
G = 23.82%
B = 43.56%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#986FCB (or 0x986FCB) is known color: Lilac Bush. HEX triplet: 98, 6F and CB. RGB value is (152,111,203). Sum of RGB (Red+Green+Blue) = 152+111+203=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #986FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FCB is #679034. Grayscale: #858585. Windows color (decimal): -6787125 or 13332376. OLE color: 13332376.

HSL color Cylindrical-coordinate representation of color #986FCB: hue angle of 266.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986FCB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 111 203 -
CMYK 0.25 0.45 0 0.20
HSL 266.74º 0.47% 0.62% -
HSV(B) 266.74º 0.45% 0.8% -
XYZ 29.41 22.36 59.26 -
YUV 133.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 152 111 203 0.25 0.45 0 0.20 266.74 0.47 0.62
Hex 98 6F CB 19 2D 0 14 10B 2F 3E
Octal 230 157 313 31 55 0 24 413 57 76
Binary 10011000 1101111 11001011 11001 101101 0 10100 100001011 101111 111110

Color Harmonies of #986FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FCB

Black with #986FCB

Text Example


Text Example

White with #986FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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