Html Css Color HEX #9058A7 Deep Lilac

📋 copy color: '#9058A7'

red 144 ◦ green 88 ◦ blue 167

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

Shades of Deep Lilac #9058A7

Tints of Deep Lilac #9058A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.85%

R = 36.09%
G = 22.06%
B = 41.85%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9058A7 (or 0x9058A7) is known color: Deep Lilac. HEX triplet: 90, 58 and A7. RGB value is (144,88,167). Sum of RGB (Red+Green+Blue) = 144+88+167=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 167 (65.62% from 255 or 41.85% from 399); Max value from RGB is 167 - color contains mainly: blue. Hex color #9058A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9058A7 is #6FA758. Grayscale: #717171. Windows color (decimal): -7317337 or 10967184. OLE color: 10967184.

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

Color convert

RGB 144 88 167 -
CMYK 0.14 0.47 0 0.35
HSL 282.53º 0.31% 0.5% -
HSV(B) 282.53º 0.47% 0.65% -
XYZ 21.97 15.7 38.43 -
YUV 113.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 144 88 167 0.14 0.47 0 0.35 282.53 0.31 0.5
Hex 90 58 A7 E 2F 0 23 11B 1F 32
Octal 220 130 247 16 57 0 43 433 37 62
Binary 10010000 1011000 10100111 1110 101111 0 100011 100011011 11111 110010

Color Harmonies of #9058A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058A7

Black with #9058A7

Text Example


Text Example

White with #9058A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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