Html Css Color HEX #9954B6 Deep Lilac

📋 copy color: '#9954B6'

red 153 ◦ green 84 ◦ blue 182

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

Shades of Deep Lilac #9954B6

Tints of Deep Lilac #9954B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.44%

R = 36.52%
G = 20.05%
B = 43.44%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9954B6 (or 0x9954B6) is known color: Deep Lilac. HEX triplet: 99, 54 and B6. RGB value is (153,84,182). Sum of RGB (Red+Green+Blue) = 153+84+182=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 182 - color contains mainly: blue. Hex color #9954B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954B6 is #66AB49. Grayscale: #737373. Windows color (decimal): -6728522 or 11949209. OLE color: 11949209.

HSL color Cylindrical-coordinate representation of color #9954B6: hue angle of 282.24º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9954B6 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 84 182 -
CMYK 0.16 0.54 0 0.29
HSL 282.24º 0.4% 0.52% -
HSV(B) 282.24º 0.54% 0.71% -
XYZ 24.75 16.49 46.13 -
YUV 115.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 153 84 182 0.16 0.54 0 0.29 282.24 0.4 0.52
Hex 99 54 B6 10 36 0 1D 11A 28 34
Octal 231 124 266 20 66 0 35 432 50 64
Binary 10011001 1010100 10110110 10000 110110 0 11101 100011010 101000 110100

Color Harmonies of #9954B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9954B6

Black with #9954B6

Text Example


Text Example

White with #9954B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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