Html Css Color HEX #986FCD Lilac Bush

📋 copy color: '#986FCD'

red 152 ◦ green 111 ◦ blue 205

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

Shades of Lilac Bush #986FCD

Tints of Lilac Bush #986FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.8%

R = 32.48%
G = 23.72%
B = 43.8%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#986FCD (or 0x986FCD) is known color: Lilac Bush. HEX triplet: 98, 6F and CD. RGB value is (152,111,205). Sum of RGB (Red+Green+Blue) = 152+111+205=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #986FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #986FCD is #679032. Grayscale: #858585. Windows color (decimal): -6787123 or 13463448. OLE color: 13463448.

HSL color Cylindrical-coordinate representation of color #986FCD: hue angle of 266.17º 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 #986FCD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 111 205 -
CMYK 0.26 0.46 0 0.20
HSL 266.17º 0.48% 0.62% -
HSV(B) 266.17º 0.46% 0.8% -
XYZ 29.65 22.45 60.53 -
YUV 133.98 168.08 140.86 -
System Red Green Blue C M Y K H S L
Decimal 152 111 205 0.26 0.46 0 0.20 266.17 0.48 0.62
Hex 98 6F CD 1A 2E 0 14 10A 30 3E
Octal 230 157 315 32 56 0 24 412 60 76
Binary 10011000 1101111 11001101 11010 101110 0 10100 100001010 110000 111110

Color Harmonies of #986FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FCD

Black with #986FCD

Text Example


Text Example

White with #986FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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