Html Css Color HEX #9954BA Deep Lilac

📋 copy color: '#9954BA'

red 153 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #9954BA

Tints of Deep Lilac #9954BA

RGB

 RED value IS 153 (60.16% from 255) = 36.17%

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

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

R = 36.17%
G = 19.86%
B = 43.97%

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

#9954BA (or 0x9954BA) is known color: Deep Lilac. HEX triplet: 99, 54 and BA. RGB value is (153,84,186). Sum of RGB (Red+Green+Blue) = 153+84+186=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9954BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954BA is #66AB45. Grayscale: #737373. Windows color (decimal): -6728518 or 12211353. OLE color: 12211353.

HSL color Cylindrical-coordinate representation of color #9954BA: hue angle of 280.59º 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 #9954BA is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 84 186 -
CMYK 0.18 0.55 0 0.27
HSL 280.59º 0.43% 0.53% -
HSV(B) 280.59º 0.55% 0.73% -
XYZ 25.17 16.66 48.34 -
YUV 116.26 167.36 154.21 -
System Red Green Blue C M Y K H S L
Decimal 153 84 186 0.18 0.55 0 0.27 280.59 0.43 0.53
Hex 99 54 BA 12 37 0 1B 119 2A 35
Octal 231 124 272 22 67 0 33 431 52 65
Binary 10011001 1010100 10111010 10010 110111 0 11011 100011001 101010 110101

Color Harmonies of #9954BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9954BA

Black with #9954BA

Text Example


Text Example

White with #9954BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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