Html Css Color HEX #9955BA Deep Lilac

📋 copy color: '#9955BA'

red 153 ◦ green 85 ◦ blue 186

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

Shades of Deep Lilac #9955BA

Tints of Deep Lilac #9955BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.05%

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

R = 36.08%
G = 20.05%
B = 43.87%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9955BA (or 0x9955BA) is known color: Deep Lilac. HEX triplet: 99, 55 and BA. RGB value is (153,85,186). Sum of RGB (Red+Green+Blue) = 153+85+186=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #9955BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9955BA is #66AA45. Grayscale: #747474. Windows color (decimal): -6728262 or 12211609. OLE color: 12211609.

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

Color convert

RGB 153 85 186 -
CMYK 0.18 0.54 0 0.27
HSL 280.4º 0.42% 0.53% -
HSV(B) 280.4º 0.54% 0.73% -
XYZ 25.25 16.81 48.37 -
YUV 116.85 167.03 153.79 -
System Red Green Blue C M Y K H S L
Decimal 153 85 186 0.18 0.54 0 0.27 280.4 0.42 0.53
Hex 99 55 BA 12 36 0 1B 118 2A 35
Octal 231 125 272 22 66 0 33 430 52 65
Binary 10011001 1010101 10111010 10010 110110 0 11011 100011000 101010 110101

Color Harmonies of #9955BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9955BA

Black with #9955BA

Text Example


Text Example

White with #9955BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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