Html Css Color HEX #985DAF Deep Lilac

📋 copy color: '#985DAF'

red 152 ◦ green 93 ◦ blue 175

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

Shades of Deep Lilac #985DAF

Tints of Deep Lilac #985DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.14%

 BLUE value IS 175 (68.75% from 255) = 41.67%

R = 36.19%
G = 22.14%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#985DAF (or 0x985DAF) is known color: Deep Lilac. HEX triplet: 98, 5D and AF. RGB value is (152,93,175). Sum of RGB (Red+Green+Blue) = 152+93+175=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #985DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985DAF is #67A250. Grayscale: #777777. Windows color (decimal): -6791761 or 11492760. OLE color: 11492760.

HSL color Cylindrical-coordinate representation of color #985DAF: hue angle of 283.17º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985DAF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 93 175 -
CMYK 0.13 0.47 0 0.31
HSL 283.17º 0.34% 0.53% -
HSV(B) 283.17º 0.47% 0.69% -
XYZ 24.6 17.6 42.66 -
YUV 119.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 152 93 175 0.13 0.47 0 0.31 283.17 0.34 0.53
Hex 98 5D AF D 2F 0 1F 11B 22 35
Octal 230 135 257 15 57 0 37 433 42 65
Binary 10011000 1011101 10101111 1101 101111 0 11111 100011011 100010 110101

Color Harmonies of #985DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DAF

Black with #985DAF

Text Example


Text Example

White with #985DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,93,175); }

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

background-color css

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

 a { background-color: rgb(152,93,175); }

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

border-color css

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

 span { border-color: rgb(152,93,175); }

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