Html Css Color HEX #9059BC Deep Lilac

📋 copy color: '#9059BC'

red 144 ◦ green 89 ◦ blue 188

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

Shades of Deep Lilac #9059BC

Tints of Deep Lilac #9059BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 34.2%
G = 21.14%
B = 44.66%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9059BC (or 0x9059BC) is known color: Deep Lilac. HEX triplet: 90, 59 and BC. RGB value is (144,89,188). Sum of RGB (Red+Green+Blue) = 144+89+188=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #9059BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9059BC is #6FA643. Grayscale: #747474. Windows color (decimal): -7317060 or 12343696. OLE color: 12343696.

HSL color Cylindrical-coordinate representation of color #9059BC: hue angle of 273.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9059BC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 89 188 -
CMYK 0.23 0.53 0 0.26
HSL 273.33º 0.42% 0.54% -
HSV(B) 273.33º 0.53% 0.74% -
XYZ 24.15 16.7 49.53 -
YUV 116.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 144 89 188 0.23 0.53 0 0.26 273.33 0.42 0.54
Hex 90 59 BC 17 35 0 1A 111 2A 36
Octal 220 131 274 27 65 0 32 421 52 66
Binary 10010000 1011001 10111100 10111 110101 0 11010 100010001 101010 110110

Color Harmonies of #9059BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9059BC

Black with #9059BC

Text Example


Text Example

White with #9059BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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