Html Css Color HEX #985CAF Deep Lilac

📋 copy color: '#985CAF'

red 152 ◦ green 92 ◦ blue 175

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

Shades of Deep Lilac #985CAF

Tints of Deep Lilac #985CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 36.28%
G = 21.96%
B = 41.77%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#985CAF (or 0x985CAF) is known color: Deep Lilac. HEX triplet: 98, 5C and AF. RGB value is (152,92,175). Sum of RGB (Red+Green+Blue) = 152+92+175=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #985CAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985CAF is #67A350. Grayscale: #777777. Windows color (decimal): -6792017 or 11492504. OLE color: 11492504.

HSL color Cylindrical-coordinate representation of color #985CAF: hue angle of 283.37º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985CAF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 92 175 -
CMYK 0.13 0.47 0 0.31
HSL 283.37º 0.34% 0.52% -
HSV(B) 283.37º 0.47% 0.69% -
XYZ 24.51 17.42 42.63 -
YUV 119.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 152 92 175 0.13 0.47 0 0.31 283.37 0.34 0.52
Hex 98 5C AF D 2F 0 1F 11B 22 34
Octal 230 134 257 15 57 0 37 433 42 64
Binary 10011000 1011100 10101111 1101 101111 0 11111 100011011 100010 110100

Color Harmonies of #985CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CAF

Black with #985CAF

Text Example


Text Example

White with #985CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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