Html Css Color HEX #985DBC Deep Lilac

📋 copy color: '#985DBC'

red 152 ◦ green 93 ◦ blue 188

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

Shades of Deep Lilac #985DBC

Tints of Deep Lilac #985DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 35.1%
G = 21.48%
B = 43.42%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#985DBC (or 0x985DBC) is known color: Deep Lilac. HEX triplet: 98, 5D and BC. RGB value is (152,93,188). Sum of RGB (Red+Green+Blue) = 152+93+188=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #985DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DBC is #67A243. Grayscale: #797979. Windows color (decimal): -6791748 or 12344728. OLE color: 12344728.

HSL color Cylindrical-coordinate representation of color #985DBC: hue angle of 277.26º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985DBC is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 93 188 -
CMYK 0.19 0.51 0 0.26
HSL 277.26º 0.41% 0.55% -
HSV(B) 277.26º 0.51% 0.74% -
XYZ 25.94 18.13 49.71 -
YUV 121.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 152 93 188 0.19 0.51 0 0.26 277.26 0.41 0.55
Hex 98 5D BC 13 33 0 1A 115 29 37
Octal 230 135 274 23 63 0 32 425 51 67
Binary 10011000 1011101 10111100 10011 110011 0 11010 100010101 101001 110111

Color Harmonies of #985DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DBC

Black with #985DBC

Text Example


Text Example

White with #985DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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