Html Css Color HEX #986FCC Lilac Bush

📋 copy color: '#986FCC'

red 152 ◦ green 111 ◦ blue 204

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

Shades of Lilac Bush #986FCC

Tints of Lilac Bush #986FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 32.55%
G = 23.77%
B = 43.68%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#986FCC (or 0x986FCC) is known color: Lilac Bush. HEX triplet: 98, 6F and CC. RGB value is (152,111,204). Sum of RGB (Red+Green+Blue) = 152+111+204=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #986FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FCC is #679033. Grayscale: #858585. Windows color (decimal): -6787124 or 13397912. OLE color: 13397912.

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

Color convert

RGB 152 111 204 -
CMYK 0.25 0.46 0 0.2
HSL 266.45º 0.48% 0.62% -
HSV(B) 266.45º 0.46% 0.8% -
XYZ 29.53 22.4 59.89 -
YUV 133.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 152 111 204 0.25 0.46 0 0.2 266.45 0.48 0.62
Hex 98 6F CC 19 2E 0 14 10A 30 3E
Octal 230 157 314 31 56 0 24 412 60 76
Binary 10011000 1101111 11001100 11001 101110 0 10100 100001010 110000 111110

Color Harmonies of #986FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FCC

Black with #986FCC

Text Example


Text Example

White with #986FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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