Html Css Color HEX #985FB3 Deep Lilac

📋 copy color: '#985FB3'

red 152 ◦ green 95 ◦ blue 179

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

Shades of Deep Lilac #985FB3

Tints of Deep Lilac #985FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.02%

R = 35.68%
G = 22.3%
B = 42.02%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#985FB3 (or 0x985FB3) is known color: Deep Lilac. HEX triplet: 98, 5F and B3. RGB value is (152,95,179). Sum of RGB (Red+Green+Blue) = 152+95+179=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 179 (70.31% from 255 or 42.02% from 426); Max value from RGB is 179 - color contains mainly: blue. Hex color #985FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985FB3 is #67A04C. Grayscale: #797979. Windows color (decimal): -6791245 or 11755416. OLE color: 11755416.

HSL color Cylindrical-coordinate representation of color #985FB3: hue angle of 280.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #985FB3 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 152 95 179 -
CMYK 0.15 0.47 0 0.30
HSL 280.71º 0.36% 0.54% -
HSV(B) 280.71º 0.47% 0.7% -
XYZ 25.18 18.11 44.82 -
YUV 121.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 152 95 179 0.15 0.47 0 0.30 280.71 0.36 0.54
Hex 98 5F B3 F 2F 0 1E 119 24 36
Octal 230 137 263 17 57 0 36 431 44 66
Binary 10011000 1011111 10110011 1111 101111 0 11110 100011001 100100 110110

Color Harmonies of #985FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985FB3

Black with #985FB3

Text Example


Text Example

White with #985FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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