Html Css Color HEX #985DC1 Deep Lilac

📋 copy color: '#985DC1'

red 152 ◦ green 93 ◦ blue 193

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

Shades of Deep Lilac #985DC1

Tints of Deep Lilac #985DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 34.7%
G = 21.23%
B = 44.06%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#985DC1 (or 0x985DC1) is known color: Deep Lilac. HEX triplet: 98, 5D and C1. RGB value is (152,93,193). Sum of RGB (Red+Green+Blue) = 152+93+193=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #985DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DC1 is #67A23E. Grayscale: #797979. Windows color (decimal): -6791743 or 12672408. OLE color: 12672408.

HSL color Cylindrical-coordinate representation of color #985DC1: hue angle of 275.4º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985DC1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 93 193 -
CMYK 0.21 0.52 0 0.24
HSL 275.4º 0.45% 0.56% -
HSV(B) 275.4º 0.52% 0.76% -
XYZ 26.49 18.35 52.6 -
YUV 122.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 152 93 193 0.21 0.52 0 0.24 275.4 0.45 0.56
Hex 98 5D C1 15 34 0 18 113 2D 38
Octal 230 135 301 25 64 0 30 423 55 70
Binary 10011000 1011101 11000001 10101 110100 0 11000 100010011 101101 111000

Color Harmonies of #985DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DC1

Black with #985DC1

Text Example


Text Example

White with #985DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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