Html Css Color HEX #985ABE Deep Lilac

📋 copy color: '#985ABE'

red 152 ◦ green 90 ◦ blue 190

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

Shades of Deep Lilac #985ABE

Tints of Deep Lilac #985ABE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.83%

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

R = 35.19%
G = 20.83%
B = 43.98%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#985ABE (or 0x985ABE) is known color: Deep Lilac. HEX triplet: 98, 5A and BE. RGB value is (152,90,190). Sum of RGB (Red+Green+Blue) = 152+90+190=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #985ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ABE is #67A541. Grayscale: #777777. Windows color (decimal): -6792514 or 12475032. OLE color: 12475032.

HSL color Cylindrical-coordinate representation of color #985ABE: hue angle of 277.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985ABE is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 90 190 -
CMYK 0.2 0.53 0 0.25
HSL 277.2º 0.43% 0.55% -
HSV(B) 277.2º 0.53% 0.75% -
XYZ 25.9 17.71 50.77 -
YUV 119.94 167.54 150.87 -
System Red Green Blue C M Y K H S L
Decimal 152 90 190 0.2 0.53 0 0.25 277.2 0.43 0.55
Hex 98 5A BE 14 35 0 19 115 2B 37
Octal 230 132 276 24 65 0 31 425 53 67
Binary 10011000 1011010 10111110 10100 110101 0 11001 100010101 101011 110111

Color Harmonies of #985ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ABE

Black with #985ABE

Text Example


Text Example

White with #985ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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