Html Css Color HEX #9073BE Lilac Bush

📋 copy color: '#9073BE'

red 144 ◦ green 115 ◦ blue 190

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

Shades of Lilac Bush #9073BE

Tints of Lilac Bush #9073BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.61%

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 32.07%
G = 25.61%
B = 42.32%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9073BE (or 0x9073BE) is known color: Lilac Bush. HEX triplet: 90, 73 and BE. RGB value is (144,115,190). Sum of RGB (Red+Green+Blue) = 144+115+190=449 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.07% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #9073BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9073BE is #6F8C41. Grayscale: #838383. Windows color (decimal): -7310402 or 12481424. OLE color: 12481424.

HSL color Cylindrical-coordinate representation of color #9073BE: hue angle of 263.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9073BE is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 115 190 -
CMYK 0.24 0.39 0 0.25
HSL 263.2º 0.37% 0.6% -
HSV(B) 263.2º 0.39% 0.75% -
XYZ 26.93 21.91 51.52 -
YUV 132.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 144 115 190 0.24 0.39 0 0.25 263.2 0.37 0.6
Hex 90 73 BE 18 27 0 19 107 25 3C
Octal 220 163 276 30 47 0 31 407 45 74
Binary 10010000 1110011 10111110 11000 100111 0 11001 100000111 100101 111100

Color Harmonies of #9073BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9073BE

Black with #9073BE

Text Example


Text Example

White with #9073BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9073BE; }

 p { color: rgb(144,115,190); }

 H1.HeaderClassName
 {
   color: #9073BE;
 }
 .AnyTagClassName
 {
   color: #9073BE;
 }
</style>

background-color css

<style>
 a { background-color: #9073BE; }

 a { background-color: rgb(144,115,190); }

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

border-color css

<style>
 span { border-color: #9073BE; }

 span { border-color: rgb(144,115,190); }

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