Html Css Color HEX #985CBC Deep Lilac

📋 copy color: '#985CBC'

red 152 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #985CBC

Tints of Deep Lilac #985CBC

RGB

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

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

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

R = 35.19%
G = 21.3%
B = 43.52%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#985CBC (or 0x985CBC) is known color: Deep Lilac. HEX triplet: 98, 5C and BC. RGB value is (152,92,188). Sum of RGB (Red+Green+Blue) = 152+92+188=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #985CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CBC is #67A343. Grayscale: #787878. Windows color (decimal): -6792004 or 12344472. OLE color: 12344472.

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

Color convert

RGB 152 92 188 -
CMYK 0.19 0.51 0 0.26
HSL 277.5º 0.42% 0.55% -
HSV(B) 277.5º 0.51% 0.74% -
XYZ 25.85 17.96 49.68 -
YUV 120.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 152 92 188 0.19 0.51 0 0.26 277.5 0.42 0.55
Hex 98 5C BC 13 33 0 1A 116 2A 37
Octal 230 134 274 23 63 0 32 426 52 67
Binary 10011000 1011100 10111100 10011 110011 0 11010 100010110 101010 110111

Color Harmonies of #985CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CBC

Black with #985CBC

Text Example


Text Example

White with #985CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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