Html Css Color HEX #9058AC Deep Lilac

📋 copy color: '#9058AC'

red 144 ◦ green 88 ◦ blue 172

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

Shades of Deep Lilac #9058AC

Tints of Deep Lilac #9058AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.78%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 35.64%
G = 21.78%
B = 42.57%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9058AC (or 0x9058AC) is known color: Deep Lilac. HEX triplet: 90, 58 and AC. RGB value is (144,88,172). Sum of RGB (Red+Green+Blue) = 144+88+172=404 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.64% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 172 - color contains mainly: blue. Hex color #9058AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9058AC is #6FA753. Grayscale: #727272. Windows color (decimal): -7317332 or 11294864. OLE color: 11294864.

HSL color Cylindrical-coordinate representation of color #9058AC: hue angle of 280º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9058AC is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 88 172 -
CMYK 0.16 0.49 0 0.33
HSL 280º 0.34% 0.51% -
HSV(B) 280º 0.49% 0.67% -
XYZ 22.44 15.89 40.91 -
YUV 114.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 144 88 172 0.16 0.49 0 0.33 280 0.34 0.51
Hex 90 58 AC 10 31 0 21 118 22 33
Octal 220 130 254 20 61 0 41 430 42 63
Binary 10010000 1011000 10101100 10000 110001 0 100001 100011000 100010 110011

Color Harmonies of #9058AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058AC

Black with #9058AC

Text Example


Text Example

White with #9058AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9058AC; }

 p { color: rgb(144,88,172); }

 H1.HeaderClassName
 {
   color: #9058AC;
 }
 .AnyTagClassName
 {
   color: #9058AC;
 }
</style>

background-color css

<style>
 a { background-color: #9058AC; }

 a { background-color: rgb(144,88,172); }

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

border-color css

<style>
 span { border-color: #9058AC; }

 span { border-color: rgb(144,88,172); }

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