Html Css Color HEX #9058BA Deep Lilac

📋 copy color: '#9058BA'

red 144 ◦ green 88 ◦ blue 186

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

Shades of Deep Lilac #9058BA

Tints of Deep Lilac #9058BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.5%

R = 34.45%
G = 21.05%
B = 44.5%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9058BA (or 0x9058BA) is known color: Deep Lilac. HEX triplet: 90, 58 and BA. RGB value is (144,88,186). Sum of RGB (Red+Green+Blue) = 144+88+186=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9058BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058BA is #6FA745. Grayscale: #737373. Windows color (decimal): -7317318 or 12212368. OLE color: 12212368.

HSL color Cylindrical-coordinate representation of color #9058BA: hue angle of 274.29º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9058BA is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 88 186 -
CMYK 0.23 0.53 0 0.27
HSL 274.29º 0.42% 0.54% -
HSV(B) 274.29º 0.53% 0.73% -
XYZ 23.85 16.45 48.37 -
YUV 115.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 144 88 186 0.23 0.53 0 0.27 274.29 0.42 0.54
Hex 90 58 BA 17 35 0 1B 112 2A 36
Octal 220 130 272 27 65 0 33 422 52 66
Binary 10010000 1011000 10111010 10111 110101 0 11011 100010010 101010 110110

Color Harmonies of #9058BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058BA

Black with #9058BA

Text Example


Text Example

White with #9058BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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