Html Css Color HEX #985BB3 Deep Lilac

📋 copy color: '#985BB3'

red 152 ◦ green 91 ◦ blue 179

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

Shades of Deep Lilac #985BB3

Tints of Deep Lilac #985BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 36.02%
G = 21.56%
B = 42.42%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#985BB3 (or 0x985BB3) is known color: Deep Lilac. HEX triplet: 98, 5B and B3. RGB value is (152,91,179). Sum of RGB (Red+Green+Blue) = 152+91+179=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #985BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BB3 is #67A44C. Grayscale: #767676. Windows color (decimal): -6792269 or 11754392. OLE color: 11754392.

HSL color Cylindrical-coordinate representation of color #985BB3: hue angle of 281.59º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #985BB3 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 91 179 -
CMYK 0.15 0.49 0 0.30
HSL 281.59º 0.37% 0.53% -
HSV(B) 281.59º 0.49% 0.7% -
XYZ 24.83 17.41 44.7 -
YUV 119.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 152 91 179 0.15 0.49 0 0.30 281.59 0.37 0.53
Hex 98 5B B3 F 31 0 1E 11A 25 35
Octal 230 133 263 17 61 0 36 432 45 65
Binary 10011000 1011011 10110011 1111 110001 0 11110 100011010 100101 110101

Color Harmonies of #985BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BB3

Black with #985BB3

Text Example


Text Example

White with #985BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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