Html Css Color HEX #985EBA Deep Lilac

📋 copy color: '#985EBA'

red 152 ◦ green 94 ◦ blue 186

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

Shades of Deep Lilac #985EBA

Tints of Deep Lilac #985EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.76%

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

R = 35.19%
G = 21.76%
B = 43.06%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#985EBA (or 0x985EBA) is known color: Deep Lilac. HEX triplet: 98, 5E and BA. RGB value is (152,94,186). Sum of RGB (Red+Green+Blue) = 152+94+186=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #985EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EBA is #67A145. Grayscale: #797979. Windows color (decimal): -6791494 or 12213912. OLE color: 12213912.

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

Color convert

RGB 152 94 186 -
CMYK 0.18 0.49 0 0.27
HSL 277.83º 0.4% 0.55% -
HSV(B) 277.83º 0.49% 0.73% -
XYZ 25.81 18.23 48.61 -
YUV 121.83 164.22 149.52 -
System Red Green Blue C M Y K H S L
Decimal 152 94 186 0.18 0.49 0 0.27 277.83 0.4 0.55
Hex 98 5E BA 12 31 0 1B 116 28 37
Octal 230 136 272 22 61 0 33 426 50 67
Binary 10011000 1011110 10111010 10010 110001 0 11011 100010110 101000 110111

Color Harmonies of #985EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EBA

Black with #985EBA

Text Example


Text Example

White with #985EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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