Html Css Color HEX #9058AA Deep Lilac

📋 copy color: '#9058AA'

red 144 ◦ green 88 ◦ blue 170

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

Shades of Deep Lilac #9058AA

Tints of Deep Lilac #9058AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 35.82%
G = 21.89%
B = 42.29%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9058AA (or 0x9058AA) is known color: Deep Lilac. HEX triplet: 90, 58 and AA. RGB value is (144,88,170). Sum of RGB (Red+Green+Blue) = 144+88+170=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #9058AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9058AA is #6FA755. Grayscale: #717171. Windows color (decimal): -7317334 or 11163792. OLE color: 11163792.

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

Color convert

RGB 144 88 170 -
CMYK 0.15 0.48 0 0.33
HSL 280.98º 0.33% 0.51% -
HSV(B) 280.98º 0.48% 0.67% -
XYZ 22.25 15.81 39.91 -
YUV 114.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 144 88 170 0.15 0.48 0 0.33 280.98 0.33 0.51
Hex 90 58 AA F 30 0 21 119 21 33
Octal 220 130 252 17 60 0 41 431 41 63
Binary 10010000 1011000 10101010 1111 110000 0 100001 100011001 100001 110011

Color Harmonies of #9058AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058AA

Black with #9058AA

Text Example


Text Example

White with #9058AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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