Html Css Color HEX #986ABC Lilac Bush

📋 copy color: '#986ABC'

red 152 ◦ green 106 ◦ blue 188

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

Shades of Lilac Bush #986ABC

Tints of Lilac Bush #986ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

 BLUE value IS 188 (73.83% from 255) = 42.15%

R = 34.08%
G = 23.77%
B = 42.15%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#986ABC (or 0x986ABC) is known color: Lilac Bush. HEX triplet: 98, 6A and BC. RGB value is (152,106,188). Sum of RGB (Red+Green+Blue) = 152+106+188=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #986ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986ABC is #679543. Grayscale: #808080. Windows color (decimal): -6788420 or 12348056. OLE color: 12348056.

HSL color Cylindrical-coordinate representation of color #986ABC: hue angle of 273.66º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #986ABC is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 106 188 -
CMYK 0.19 0.44 0 0.26
HSL 273.66º 0.38% 0.58% -
HSV(B) 273.66º 0.44% 0.74% -
XYZ 27.18 20.61 50.12 -
YUV 129.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 152 106 188 0.19 0.44 0 0.26 273.66 0.38 0.58
Hex 98 6A BC 13 2C 0 1A 112 26 3A
Octal 230 152 274 23 54 0 32 422 46 72
Binary 10011000 1101010 10111100 10011 101100 0 11010 100010010 100110 111010

Color Harmonies of #986ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986ABC

Black with #986ABC

Text Example


Text Example

White with #986ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,106,188); }

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

background-color css

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

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

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

border-color css

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

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

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