Html Css Color HEX #985CBB Deep Lilac

📋 copy color: '#985CBB'

red 152 ◦ green 92 ◦ blue 187

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

Shades of Deep Lilac #985CBB

Tints of Deep Lilac #985CBB

RGB

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

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

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

R = 35.27%
G = 21.35%
B = 43.39%

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

#985CBB (or 0x985CBB) is known color: Deep Lilac. HEX triplet: 98, 5C and BB. RGB value is (152,92,187). Sum of RGB (Red+Green+Blue) = 152+92+187=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #985CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CBB is #67A344. Grayscale: #787878. Windows color (decimal): -6792005 or 12278936. OLE color: 12278936.

HSL color Cylindrical-coordinate representation of color #985CBB: hue angle of 277.89º 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 #985CBB is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 92 187 -
CMYK 0.19 0.51 0 0.27
HSL 277.89º 0.41% 0.55% -
HSV(B) 277.89º 0.51% 0.73% -
XYZ 25.75 17.92 49.12 -
YUV 120.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 152 92 187 0.19 0.51 0 0.27 277.89 0.41 0.55
Hex 98 5C BB 13 33 0 1B 116 29 37
Octal 230 134 273 23 63 0 33 426 51 67
Binary 10011000 1011100 10111011 10011 110011 0 11011 100010110 101001 110111

Color Harmonies of #985CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CBB

Black with #985CBB

Text Example


Text Example

White with #985CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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