Html Css Color HEX #9058A8 Deep Lilac

📋 copy color: '#9058A8'

red 144 ◦ green 88 ◦ blue 168

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

Shades of Deep Lilac #9058A8

Tints of Deep Lilac #9058A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42%

R = 36%
G = 22%
B = 42%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9058A8 (or 0x9058A8) is known color: Deep Lilac. HEX triplet: 90, 58 and A8. RGB value is (144,88,168). Sum of RGB (Red+Green+Blue) = 144+88+168=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 168 - color contains mainly: blue. Hex color #9058A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9058A8 is #6FA757. Grayscale: #717171. Windows color (decimal): -7317336 or 11032720. OLE color: 11032720.

HSL color Cylindrical-coordinate representation of color #9058A8: hue angle of 282º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9058A8 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 144 88 168 -
CMYK 0.14 0.48 0 0.34
HSL 282º 0.31% 0.5% -
HSV(B) 282º 0.48% 0.66% -
XYZ 22.06 15.74 38.92 -
YUV 113.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 144 88 168 0.14 0.48 0 0.34 282 0.31 0.5
Hex 90 58 A8 E 30 0 22 11A 1F 32
Octal 220 130 250 16 60 0 42 432 37 62
Binary 10010000 1011000 10101000 1110 110000 0 100010 100011010 11111 110010

Color Harmonies of #9058A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058A8

Black with #9058A8

Text Example


Text Example

White with #9058A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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