Html Css Color HEX #985CC1 Deep Lilac

📋 copy color: '#985CC1'

red 152 ◦ green 92 ◦ blue 193

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

Shades of Deep Lilac #985CC1

Tints of Deep Lilac #985CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.16%

R = 34.78%
G = 21.05%
B = 44.16%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#985CC1 (or 0x985CC1) is known color: Deep Lilac. HEX triplet: 98, 5C and C1. RGB value is (152,92,193). Sum of RGB (Red+Green+Blue) = 152+92+193=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #985CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CC1 is #67A33E. Grayscale: #797979. Windows color (decimal): -6791999 or 12672152. OLE color: 12672152.

HSL color Cylindrical-coordinate representation of color #985CC1: hue angle of 275.64º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985CC1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 92 193 -
CMYK 0.21 0.52 0 0.24
HSL 275.64º 0.45% 0.56% -
HSV(B) 275.64º 0.52% 0.76% -
XYZ 26.4 18.18 52.57 -
YUV 121.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 152 92 193 0.21 0.52 0 0.24 275.64 0.45 0.56
Hex 98 5C C1 15 34 0 18 114 2D 38
Octal 230 134 301 25 64 0 30 424 55 70
Binary 10011000 1011100 11000001 10101 110100 0 11000 100010100 101101 111000

Color Harmonies of #985CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CC1

Black with #985CC1

Text Example


Text Example

White with #985CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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