Html Css Color HEX #985FAD Deep Lilac

📋 copy color: '#985FAD'

red 152 ◦ green 95 ◦ blue 173

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

Shades of Deep Lilac #985FAD

Tints of Deep Lilac #985FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

 BLUE value IS 173 (67.97% from 255) = 41.19%

R = 36.19%
G = 22.62%
B = 41.19%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#985FAD (or 0x985FAD) is known color: Deep Lilac. HEX triplet: 98, 5F and AD. RGB value is (152,95,173). Sum of RGB (Red+Green+Blue) = 152+95+173=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #985FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985FAD is #67A052. Grayscale: #787878. Windows color (decimal): -6791251 or 11362200. OLE color: 11362200.

HSL color Cylindrical-coordinate representation of color #985FAD: hue angle of 283.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985FAD is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 95 173 -
CMYK 0.12 0.45 0 0.32
HSL 283.85º 0.32% 0.53% -
HSV(B) 283.85º 0.45% 0.68% -
XYZ 24.58 17.88 41.69 -
YUV 120.94 157.38 150.16 -
System Red Green Blue C M Y K H S L
Decimal 152 95 173 0.12 0.45 0 0.32 283.85 0.32 0.53
Hex 98 5F AD C 2D 0 20 11C 20 35
Octal 230 137 255 14 55 0 40 434 40 65
Binary 10011000 1011111 10101101 1100 101101 0 100000 100011100 100000 110101

Color Harmonies of #985FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FAD

Black with #985FAD

Text Example


Text Example

White with #985FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985FAD; }

 p { color: rgb(152,95,173); }

 H1.HeaderClassName
 {
   color: #985FAD;
 }
 .AnyTagClassName
 {
   color: #985FAD;
 }
</style>

background-color css

<style>
 a { background-color: #985FAD; }

 a { background-color: rgb(152,95,173); }

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

border-color css

<style>
 span { border-color: #985FAD; }

 span { border-color: rgb(152,95,173); }

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