Html Css Color HEX #985CAB Deep Lilac

📋 copy color: '#985CAB'

red 152 ◦ green 92 ◦ blue 171

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

Shades of Deep Lilac #985CAB

Tints of Deep Lilac #985CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 36.63%
G = 22.17%
B = 41.2%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#985CAB (or 0x985CAB) is known color: Deep Lilac. HEX triplet: 98, 5C and AB. RGB value is (152,92,171). Sum of RGB (Red+Green+Blue) = 152+92+171=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #985CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985CAB is #67A354. Grayscale: #767676. Windows color (decimal): -6792021 or 11230360. OLE color: 11230360.

HSL color Cylindrical-coordinate representation of color #985CAB: hue angle of 285.57º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #985CAB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 92 171 -
CMYK 0.11 0.46 0 0.33
HSL 285.57º 0.32% 0.52% -
HSV(B) 285.57º 0.46% 0.67% -
XYZ 24.13 17.27 40.59 -
YUV 118.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 152 92 171 0.11 0.46 0 0.33 285.57 0.32 0.52
Hex 98 5C AB B 2E 0 21 11E 20 34
Octal 230 134 253 13 56 0 41 436 40 64
Binary 10011000 1011100 10101011 1011 101110 0 100001 100011110 100000 110100

Color Harmonies of #985CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CAB

Black with #985CAB

Text Example


Text Example

White with #985CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,92,171); }

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

background-color css

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

 a { background-color: rgb(152,92,171); }

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

border-color css

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

 span { border-color: rgb(152,92,171); }

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