Html Css Color HEX #9058AB Deep Lilac

📋 copy color: '#9058AB'

red 144 ◦ green 88 ◦ blue 171

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

Shades of Deep Lilac #9058AB

Tints of Deep Lilac #9058AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 35.73%
G = 21.84%
B = 42.43%

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

#9058AB (or 0x9058AB) is known color: Deep Lilac. HEX triplet: 90, 58 and AB. RGB value is (144,88,171). Sum of RGB (Red+Green+Blue) = 144+88+171=403 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.73% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #9058AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9058AB is #6FA754. Grayscale: #717171. Windows color (decimal): -7317333 or 11229328. OLE color: 11229328.

HSL color Cylindrical-coordinate representation of color #9058AB: hue angle of 280.48º degrees, saturation: 0.33, 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 #9058AB is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 88 171 -
CMYK 0.16 0.49 0 0.33
HSL 280.48º 0.33% 0.51% -
HSV(B) 280.48º 0.49% 0.67% -
XYZ 22.34 15.85 40.41 -
YUV 114.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 144 88 171 0.16 0.49 0 0.33 280.48 0.33 0.51
Hex 90 58 AB 10 31 0 21 118 21 33
Octal 220 130 253 20 61 0 41 430 41 63
Binary 10010000 1011000 10101011 10000 110001 0 100001 100011000 100001 110011

Color Harmonies of #9058AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058AB

Black with #9058AB

Text Example


Text Example

White with #9058AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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