Html Css Color HEX #9050BF Deep Lilac

📋 copy color: '#9050BF'

red 144 ◦ green 80 ◦ blue 191

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

Shades of Deep Lilac #9050BF

Tints of Deep Lilac #9050BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.02%

R = 34.7%
G = 19.28%
B = 46.02%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9050BF (or 0x9050BF) is known color: Deep Lilac. HEX triplet: 90, 50 and BF. RGB value is (144,80,191). Sum of RGB (Red+Green+Blue) = 144+80+191=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #9050BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050BF is #6FAF40. Grayscale: #6F6F6F. Windows color (decimal): -7319361 or 12538000. OLE color: 12538000.

HSL color Cylindrical-coordinate representation of color #9050BF: hue angle of 274.59º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9050BF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 80 191 -
CMYK 0.25 0.58 0 0.25
HSL 274.59º 0.46% 0.53% -
HSV(B) 274.59º 0.58% 0.75% -
XYZ 23.77 15.43 51.02 -
YUV 111.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 144 80 191 0.25 0.58 0 0.25 274.59 0.46 0.53
Hex 90 50 BF 19 3A 0 19 113 2E 35
Octal 220 120 277 31 72 0 31 423 56 65
Binary 10010000 1010000 10111111 11001 111010 0 11001 100010011 101110 110101

Color Harmonies of #9050BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9050BF

Black with #9050BF

Text Example


Text Example

White with #9050BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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