Html Css Color HEX #985BBE Deep Lilac

📋 copy color: '#985BBE'

red 152 ◦ green 91 ◦ blue 190

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

Shades of Deep Lilac #985BBE

Tints of Deep Lilac #985BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 35.1%
G = 21.02%
B = 43.88%

CMYK

 C value IS 0.2

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#985BBE (or 0x985BBE) is known color: Deep Lilac. HEX triplet: 98, 5B and BE. RGB value is (152,91,190). Sum of RGB (Red+Green+Blue) = 152+91+190=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #985BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BBE is #67A441. Grayscale: #787878. Windows color (decimal): -6792258 or 12475288. OLE color: 12475288.

HSL color Cylindrical-coordinate representation of color #985BBE: hue angle of 276.97º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985BBE is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 91 190 -
CMYK 0.2 0.52 0 0.25
HSL 276.97º 0.43% 0.55% -
HSV(B) 276.97º 0.52% 0.75% -
XYZ 25.98 17.88 50.8 -
YUV 120.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 152 91 190 0.2 0.52 0 0.25 276.97 0.43 0.55
Hex 98 5B BE 14 34 0 19 115 2B 37
Octal 230 133 276 24 64 0 31 425 53 67
Binary 10011000 1011011 10111110 10100 110100 0 11001 100010101 101011 110111

Color Harmonies of #985BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BBE

Black with #985BBE

Text Example


Text Example

White with #985BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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