Html Css Color HEX #9959BA Deep Lilac

📋 copy color: '#9959BA'

red 153 ◦ green 89 ◦ blue 186

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

Shades of Deep Lilac #9959BA

Tints of Deep Lilac #9959BA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.79%

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

R = 35.75%
G = 20.79%
B = 43.46%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9959BA (or 0x9959BA) is known color: Deep Lilac. HEX triplet: 99, 59 and BA. RGB value is (153,89,186). Sum of RGB (Red+Green+Blue) = 153+89+186=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #9959BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959BA is #66A645. Grayscale: #767676. Windows color (decimal): -6727238 or 12212633. OLE color: 12212633.

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

Color convert

RGB 153 89 186 -
CMYK 0.18 0.52 0 0.27
HSL 279.59º 0.41% 0.54% -
HSV(B) 279.59º 0.52% 0.73% -
XYZ 25.57 17.46 48.48 -
YUV 119.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 153 89 186 0.18 0.52 0 0.27 279.59 0.41 0.54
Hex 99 59 BA 12 34 0 1B 118 29 36
Octal 231 131 272 22 64 0 33 430 51 66
Binary 10011001 1011001 10111010 10010 110100 0 11011 100011000 101001 110110

Color Harmonies of #9959BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9959BA

Black with #9959BA

Text Example


Text Example

White with #9959BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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