Html Css Color HEX #985CBD Deep Lilac

📋 copy color: '#985CBD'

red 152 ◦ green 92 ◦ blue 189

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

Shades of Deep Lilac #985CBD

Tints of Deep Lilac #985CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 35.1%
G = 21.25%
B = 43.65%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#985CBD (or 0x985CBD) is known color: Deep Lilac. HEX triplet: 98, 5C and BD. RGB value is (152,92,189). Sum of RGB (Red+Green+Blue) = 152+92+189=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #985CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CBD is #67A342. Grayscale: #787878. Windows color (decimal): -6792003 or 12410008. OLE color: 12410008.

HSL color Cylindrical-coordinate representation of color #985CBD: hue angle of 277.11º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985CBD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 92 189 -
CMYK 0.20 0.51 0 0.26
HSL 277.11º 0.42% 0.55% -
HSV(B) 277.11º 0.51% 0.74% -
XYZ 25.96 18 50.25 -
YUV 121 166.38 150.11 -
System Red Green Blue C M Y K H S L
Decimal 152 92 189 0.20 0.51 0 0.26 277.11 0.42 0.55
Hex 98 5C BD 14 33 0 1A 115 2A 37
Octal 230 134 275 24 63 0 32 425 52 67
Binary 10011000 1011100 10111101 10100 110011 0 11010 100010101 101010 110111

Color Harmonies of #985CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CBD

Black with #985CBD

Text Example


Text Example

White with #985CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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