Html Css Color HEX #985DBE Deep Lilac

📋 copy color: '#985DBE'

red 152 ◦ green 93 ◦ blue 190

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

Shades of Deep Lilac #985DBE

Tints of Deep Lilac #985DBE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.38%

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

R = 34.94%
G = 21.38%
B = 43.68%

CMYK

 C value IS 0.2

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#985DBE (or 0x985DBE) is known color: Deep Lilac. HEX triplet: 98, 5D and BE. RGB value is (152,93,190). Sum of RGB (Red+Green+Blue) = 152+93+190=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #985DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985DBE is #67A241. Grayscale: #797979. Windows color (decimal): -6791746 or 12475800. OLE color: 12475800.

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

Color convert

RGB 152 93 190 -
CMYK 0.2 0.51 0 0.25
HSL 276.49º 0.43% 0.55% -
HSV(B) 276.49º 0.51% 0.75% -
XYZ 26.16 18.22 50.85 -
YUV 121.7 166.55 149.61 -
System Red Green Blue C M Y K H S L
Decimal 152 93 190 0.2 0.51 0 0.25 276.49 0.43 0.55
Hex 98 5D BE 14 33 0 19 114 2B 37
Octal 230 135 276 24 63 0 31 424 53 67
Binary 10011000 1011101 10111110 10100 110011 0 11001 100010100 101011 110111

Color Harmonies of #985DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985DBE

Black with #985DBE

Text Example


Text Example

White with #985DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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