Html Css Color HEX #985BBB Deep Lilac

📋 copy color: '#985BBB'

red 152 ◦ green 91 ◦ blue 187

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

Shades of Deep Lilac #985BBB

Tints of Deep Lilac #985BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.49%

R = 35.35%
G = 21.16%
B = 43.49%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#985BBB (or 0x985BBB) is known color: Deep Lilac. HEX triplet: 98, 5B and BB. RGB value is (152,91,187). Sum of RGB (Red+Green+Blue) = 152+91+187=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #985BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985BBB is #67A444. Grayscale: #777777. Windows color (decimal): -6792261 or 12278680. OLE color: 12278680.

HSL color Cylindrical-coordinate representation of color #985BBB: hue angle of 278.12º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985BBB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 91 187 -
CMYK 0.19 0.51 0 0.27
HSL 278.13º 0.41% 0.55% -
HSV(B) 278.13º 0.51% 0.73% -
XYZ 25.66 17.75 49.09 -
YUV 120.18 165.71 150.69 -
System Red Green Blue C M Y K H S L
Decimal 152 91 187 0.19 0.51 0 0.27 278.13 0.41 0.55
Hex 98 5B BB 13 33 0 1B 116 29 37
Octal 230 133 273 23 63 0 33 426 51 67
Binary 10011000 1011011 10111011 10011 110011 0 11011 100010110 101001 110111

Color Harmonies of #985BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985BBB

Black with #985BBB

Text Example


Text Example

White with #985BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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