Html Css Color HEX #985DBA Deep Lilac

📋 copy color: '#985DBA'

red 152 ◦ green 93 ◦ blue 186

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

Shades of Deep Lilac #985DBA

Tints of Deep Lilac #985DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 35.27%
G = 21.58%
B = 43.16%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#985DBA (or 0x985DBA) is known color: Deep Lilac. HEX triplet: 98, 5D and BA. RGB value is (152,93,186). Sum of RGB (Red+Green+Blue) = 152+93+186=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #985DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DBA is #67A245. Grayscale: #787878. Windows color (decimal): -6791750 or 12213656. OLE color: 12213656.

HSL color Cylindrical-coordinate representation of color #985DBA: hue angle of 278.06º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #985DBA is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 93 186 -
CMYK 0.18 0.5 0 0.27
HSL 278.06º 0.4% 0.55% -
HSV(B) 278.06º 0.5% 0.73% -
XYZ 25.73 18.05 48.58 -
YUV 121.24 164.55 149.94 -
System Red Green Blue C M Y K H S L
Decimal 152 93 186 0.18 0.5 0 0.27 278.06 0.4 0.55
Hex 98 5D BA 12 32 0 1B 116 28 37
Octal 230 135 272 22 62 0 33 426 50 67
Binary 10011000 1011101 10111010 10010 110010 0 11011 100010110 101000 110111

Color Harmonies of #985DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DBA

Black with #985DBA

Text Example


Text Example

White with #985DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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