Html Css Color HEX #985BAD Deep Lilac

📋 copy color: '#985BAD'

red 152 ◦ green 91 ◦ blue 173

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

Shades of Deep Lilac #985BAD

Tints of Deep Lilac #985BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.88%

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 36.54%
G = 21.88%
B = 41.59%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#985BAD (or 0x985BAD) is known color: Deep Lilac. HEX triplet: 98, 5B and AD. RGB value is (152,91,173). Sum of RGB (Red+Green+Blue) = 152+91+173=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 91 (35.94% from 255 or 21.88% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #985BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #985BAD is #67A452. Grayscale: #767676. Windows color (decimal): -6792275 or 11361176. OLE color: 11361176.

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

Color convert

RGB 152 91 173 -
CMYK 0.12 0.47 0 0.32
HSL 284.63º 0.33% 0.52% -
HSV(B) 284.63º 0.47% 0.68% -
XYZ 24.23 17.17 41.57 -
YUV 118.59 158.71 151.83 -
System Red Green Blue C M Y K H S L
Decimal 152 91 173 0.12 0.47 0 0.32 284.63 0.33 0.52
Hex 98 5B AD C 2F 0 20 11D 21 34
Octal 230 133 255 14 57 0 40 435 41 64
Binary 10011000 1011011 10101101 1100 101111 0 100000 100011101 100001 110100

Color Harmonies of #985BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BAD

Black with #985BAD

Text Example


Text Example

White with #985BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,91,173); }

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

background-color css

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

 a { background-color: rgb(152,91,173); }

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

border-color css

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

 span { border-color: rgb(152,91,173); }

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