Html Css Color HEX #985FBC Deep Lilac

📋 copy color: '#985FBC'

red 152 ◦ green 95 ◦ blue 188

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

Shades of Deep Lilac #985FBC

Tints of Deep Lilac #985FBC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.84%

 BLUE value IS 188 (73.83% from 255) = 43.22%

R = 34.94%
G = 21.84%
B = 43.22%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#985FBC (or 0x985FBC) is known color: Deep Lilac. HEX triplet: 98, 5F and BC. RGB value is (152,95,188). Sum of RGB (Red+Green+Blue) = 152+95+188=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #985FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FBC is #67A043. Grayscale: #7A7A7A. Windows color (decimal): -6791236 or 12345240. OLE color: 12345240.

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

Color convert

RGB 152 95 188 -
CMYK 0.19 0.49 0 0.26
HSL 276.77º 0.41% 0.55% -
HSV(B) 276.77º 0.49% 0.74% -
XYZ 26.12 18.49 49.77 -
YUV 122.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 152 95 188 0.19 0.49 0 0.26 276.77 0.41 0.55
Hex 98 5F BC 13 31 0 1A 115 29 37
Octal 230 137 274 23 61 0 32 425 51 67
Binary 10011000 1011111 10111100 10011 110001 0 11010 100010101 101001 110111

Color Harmonies of #985FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FBC

Black with #985FBC

Text Example


Text Example

White with #985FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,95,188); }

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

background-color css

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

 a { background-color: rgb(152,95,188); }

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

border-color css

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

 span { border-color: rgb(152,95,188); }

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