Html Css Color HEX #985CB3 Deep Lilac

📋 copy color: '#985CB3'

red 152 ◦ green 92 ◦ blue 179

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

Shades of Deep Lilac #985CB3

Tints of Deep Lilac #985CB3

RGB

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

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

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

R = 35.93%
G = 21.75%
B = 42.32%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#985CB3 (or 0x985CB3) is known color: Deep Lilac. HEX triplet: 98, 5C and B3. RGB value is (152,92,179). Sum of RGB (Red+Green+Blue) = 152+92+179=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #985CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CB3 is #67A34C. Grayscale: #777777. Windows color (decimal): -6792013 or 11754648. OLE color: 11754648.

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

Color convert

RGB 152 92 179 -
CMYK 0.15 0.49 0 0.30
HSL 281.38º 0.36% 0.53% -
HSV(B) 281.38º 0.49% 0.7% -
XYZ 24.91 17.58 44.73 -
YUV 119.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 152 92 179 0.15 0.49 0 0.30 281.38 0.36 0.53
Hex 98 5C B3 F 31 0 1E 119 24 35
Octal 230 134 263 17 61 0 36 431 44 65
Binary 10011000 1011100 10110011 1111 110001 0 11110 100011001 100100 110101

Color Harmonies of #985CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CB3

Black with #985CB3

Text Example


Text Example

White with #985CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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