Html Css Color HEX #985DBF Deep Lilac

📋 copy color: '#985DBF'

red 152 ◦ green 93 ◦ blue 191

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

Shades of Deep Lilac #985DBF

Tints of Deep Lilac #985DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.81%

R = 34.86%
G = 21.33%
B = 43.81%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#985DBF (or 0x985DBF) is known color: Deep Lilac. HEX triplet: 98, 5D and BF. RGB value is (152,93,191). Sum of RGB (Red+Green+Blue) = 152+93+191=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #985DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DBF is #67A240. Grayscale: #797979. Windows color (decimal): -6791745 or 12541336. OLE color: 12541336.

HSL color Cylindrical-coordinate representation of color #985DBF: hue angle of 276.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985DBF is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 93 191 -
CMYK 0.20 0.51 0 0.25
HSL 276.12º 0.43% 0.56% -
HSV(B) 276.12º 0.51% 0.75% -
XYZ 26.27 18.27 51.43 -
YUV 121.81 167.05 149.53 -
System Red Green Blue C M Y K H S L
Decimal 152 93 191 0.20 0.51 0 0.25 276.12 0.43 0.56
Hex 98 5D BF 14 33 0 19 114 2B 38
Octal 230 135 277 24 63 0 31 424 53 70
Binary 10011000 1011101 10111111 10100 110011 0 11001 100010100 101011 111000

Color Harmonies of #985DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DBF

Black with #985DBF

Text Example


Text Example

White with #985DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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