Html Css Color HEX #985CBA Deep Lilac

📋 copy color: '#985CBA'

red 152 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #985CBA

Tints of Deep Lilac #985CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.26%

R = 35.35%
G = 21.4%
B = 43.26%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#985CBA (or 0x985CBA) is known color: Deep Lilac. HEX triplet: 98, 5C and BA. RGB value is (152,92,186). Sum of RGB (Red+Green+Blue) = 152+92+186=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 186 - color contains mainly: blue. Hex color #985CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #985CBA is #67A345. Grayscale: #787878. Windows color (decimal): -6792006 or 12213400. OLE color: 12213400.

HSL color Cylindrical-coordinate representation of color #985CBA: hue angle of 278.3º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985CBA is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 92 186 -
CMYK 0.18 0.51 0 0.27
HSL 278.3º 0.41% 0.55% -
HSV(B) 278.3º 0.51% 0.73% -
XYZ 25.64 17.87 48.55 -
YUV 120.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 152 92 186 0.18 0.51 0 0.27 278.3 0.41 0.55
Hex 98 5C BA 12 33 0 1B 116 29 37
Octal 230 134 272 22 63 0 33 426 51 67
Binary 10011000 1011100 10111010 10010 110011 0 11011 100010110 101001 110111

Color Harmonies of #985CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985CBA

Black with #985CBA

Text Example


Text Example

White with #985CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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