Html Css Color HEX #985EBE Deep Lilac

📋 copy color: '#985EBE'

red 152 ◦ green 94 ◦ blue 190

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

Shades of Deep Lilac #985EBE

Tints of Deep Lilac #985EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 34.86%
G = 21.56%
B = 43.58%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#985EBE (or 0x985EBE) is known color: Deep Lilac. HEX triplet: 98, 5E and BE. RGB value is (152,94,190). Sum of RGB (Red+Green+Blue) = 152+94+190=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #985EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985EBE is #67A141. Grayscale: #797979. Windows color (decimal): -6791490 or 12476056. OLE color: 12476056.

HSL color Cylindrical-coordinate representation of color #985EBE: hue angle of 276.25º degrees, saturation: 0.42, 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 #985EBE is Cyan = 0.2, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 94 190 -
CMYK 0.2 0.51 0 0.25
HSL 276.25º 0.42% 0.56% -
HSV(B) 276.25º 0.51% 0.75% -
XYZ 26.25 18.4 50.88 -
YUV 122.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 152 94 190 0.2 0.51 0 0.25 276.25 0.42 0.56
Hex 98 5E BE 14 33 0 19 114 2A 38
Octal 230 136 276 24 63 0 31 424 52 70
Binary 10011000 1011110 10111110 10100 110011 0 11001 100010100 101010 111000

Color Harmonies of #985EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985EBE

Black with #985EBE

Text Example


Text Example

White with #985EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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