Html Css Color HEX #9058BB Deep Lilac

📋 copy color: '#9058BB'

red 144 ◦ green 88 ◦ blue 187

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

Shades of Deep Lilac #9058BB

Tints of Deep Lilac #9058BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 34.37%
G = 21%
B = 44.63%

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

#9058BB (or 0x9058BB) is known color: Deep Lilac. HEX triplet: 90, 58 and BB. RGB value is (144,88,187). Sum of RGB (Red+Green+Blue) = 144+88+187=419 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.37% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #9058BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9058BB is #6FA744. Grayscale: #737373. Windows color (decimal): -7317317 or 12277904. OLE color: 12277904.

HSL color Cylindrical-coordinate representation of color #9058BB: hue angle of 273.94º 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 #9058BB is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 88 187 -
CMYK 0.23 0.53 0 0.27
HSL 273.94º 0.42% 0.54% -
HSV(B) 273.94º 0.53% 0.73% -
XYZ 23.96 16.5 48.93 -
YUV 116.03 168.05 147.95 -
System Red Green Blue C M Y K H S L
Decimal 144 88 187 0.23 0.53 0 0.27 273.94 0.42 0.54
Hex 90 58 BB 17 35 0 1B 112 2A 36
Octal 220 130 273 27 65 0 33 422 52 66
Binary 10010000 1011000 10111011 10111 110101 0 11011 100010010 101010 110110

Color Harmonies of #9058BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058BB

Black with #9058BB

Text Example


Text Example

White with #9058BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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