Html Css Color HEX #9854BA Deep Lilac

📋 copy color: '#9854BA'

red 152 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #9854BA

Tints of Deep Lilac #9854BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

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

R = 36.02%
G = 19.91%
B = 44.08%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9854BA (or 0x9854BA) is known color: Deep Lilac. HEX triplet: 98, 54 and BA. RGB value is (152,84,186). Sum of RGB (Red+Green+Blue) = 152+84+186=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #9854BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9854BA is #67AB45. Grayscale: #737373. Windows color (decimal): -6794054 or 12211352. OLE color: 12211352.

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

Color convert

RGB 152 84 186 -
CMYK 0.18 0.55 0 0.27
HSL 280º 0.43% 0.53% -
HSV(B) 280º 0.55% 0.73% -
XYZ 24.98 16.56 48.33 -
YUV 115.96 167.53 153.71 -
System Red Green Blue C M Y K H S L
Decimal 152 84 186 0.18 0.55 0 0.27 280 0.43 0.53
Hex 98 54 BA 12 37 0 1B 118 2A 35
Octal 230 124 272 22 67 0 33 430 52 65
Binary 10011000 1010100 10111010 10010 110111 0 11011 100011000 101010 110101

Color Harmonies of #9854BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9854BA

Black with #9854BA

Text Example


Text Example

White with #9854BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9854BA; }

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

 H1.HeaderClassName
 {
   color: #9854BA;
 }
 .AnyTagClassName
 {
   color: #9854BA;
 }
</style>

background-color css

<style>
 a { background-color: #9854BA; }

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

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

border-color css

<style>
 span { border-color: #9854BA; }

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

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