Html Css Color HEX #9050BA Deep Lilac

📋 copy color: '#9050BA'

red 144 ◦ green 80 ◦ blue 186

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

Shades of Deep Lilac #9050BA

Tints of Deep Lilac #9050BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.51%

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

R = 35.12%
G = 19.51%
B = 45.37%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9050BA (or 0x9050BA) is known color: Deep Lilac. HEX triplet: 90, 50 and BA. RGB value is (144,80,186). Sum of RGB (Red+Green+Blue) = 144+80+186=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #9050BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050BA is #6FAF45. Grayscale: #6E6E6E. Windows color (decimal): -7319366 or 12210320. OLE color: 12210320.

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

Color convert

RGB 144 80 186 -
CMYK 0.23 0.57 0 0.27
HSL 276.23º 0.43% 0.52% -
HSV(B) 276.23º 0.57% 0.73% -
XYZ 23.23 15.21 48.17 -
YUV 111.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 144 80 186 0.23 0.57 0 0.27 276.23 0.43 0.52
Hex 90 50 BA 17 39 0 1B 114 2B 34
Octal 220 120 272 27 71 0 33 424 53 64
Binary 10010000 1010000 10111010 10111 111001 0 11011 100010100 101011 110100

Color Harmonies of #9050BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050BA

Black with #9050BA

Text Example


Text Example

White with #9050BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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