Html Css Color HEX #985ABC Deep Lilac

📋 copy color: '#985ABC'

red 152 ◦ green 90 ◦ blue 188

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

Shades of Deep Lilac #985ABC

Tints of Deep Lilac #985ABC

RGB

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

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

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

R = 35.35%
G = 20.93%
B = 43.72%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#985ABC (or 0x985ABC) is known color: Deep Lilac. HEX triplet: 98, 5A and BC. RGB value is (152,90,188). Sum of RGB (Red+Green+Blue) = 152+90+188=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #985ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985ABC is #67A543. Grayscale: #777777. Windows color (decimal): -6792516 or 12343960. OLE color: 12343960.

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

Color convert

RGB 152 90 188 -
CMYK 0.19 0.52 0 0.26
HSL 277.96º 0.42% 0.55% -
HSV(B) 277.96º 0.52% 0.74% -
XYZ 25.68 17.62 49.62 -
YUV 119.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 152 90 188 0.19 0.52 0 0.26 277.96 0.42 0.55
Hex 98 5A BC 13 34 0 1A 116 2A 37
Octal 230 132 274 23 64 0 32 426 52 67
Binary 10011000 1011010 10111100 10011 110100 0 11010 100010110 101010 110111

Color Harmonies of #985ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985ABC

Black with #985ABC

Text Example


Text Example

White with #985ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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