Html Css Color HEX #9059BA Deep Lilac

📋 copy color: '#9059BA'

red 144 ◦ green 89 ◦ blue 186

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

Shades of Deep Lilac #9059BA

Tints of Deep Lilac #9059BA

RGB

 RED value IS 144 (56.64% from 255) = 34.37%

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

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

R = 34.37%
G = 21.24%
B = 44.39%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9059BA (or 0x9059BA) is known color: Deep Lilac. HEX triplet: 90, 59 and BA. RGB value is (144,89,186). Sum of RGB (Red+Green+Blue) = 144+89+186=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #9059BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059BA is #6FA645. Grayscale: #747474. Windows color (decimal): -7317062 or 12212624. OLE color: 12212624.

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

Color convert

RGB 144 89 186 -
CMYK 0.23 0.52 0 0.27
HSL 274.02º 0.41% 0.54% -
HSV(B) 274.02º 0.52% 0.73% -
XYZ 23.94 16.62 48.4 -
YUV 116.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 144 89 186 0.23 0.52 0 0.27 274.02 0.41 0.54
Hex 90 59 BA 17 34 0 1B 112 29 36
Octal 220 131 272 27 64 0 33 422 51 66
Binary 10010000 1011001 10111010 10111 110100 0 11011 100010010 101001 110110

Color Harmonies of #9059BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059BA

Black with #9059BA

Text Example


Text Example

White with #9059BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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