Html Css Color HEX #9051B5 Deep Lilac

📋 copy color: '#9051B5'

red 144 ◦ green 81 ◦ blue 181

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

Shades of Deep Lilac #9051B5

Tints of Deep Lilac #9051B5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.95%

 BLUE value IS 181 (71.09% from 255) = 44.58%

R = 35.47%
G = 19.95%
B = 44.58%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9051B5 (or 0x9051B5) is known color: Deep Lilac. HEX triplet: 90, 51 and B5. RGB value is (144,81,181). Sum of RGB (Red+Green+Blue) = 144+81+181=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 181 - color contains mainly: blue. Hex color #9051B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9051B5 is #6FAE4A. Grayscale: #6E6E6E. Windows color (decimal): -7319115 or 11882896. OLE color: 11882896.

HSL color Cylindrical-coordinate representation of color #9051B5: hue angle of 277.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9051B5 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 81 181 -
CMYK 0.20 0.55 0 0.29
HSL 277.8º 0.4% 0.51% -
HSV(B) 277.8º 0.55% 0.71% -
XYZ 22.78 15.15 45.44 -
YUV 111.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 144 81 181 0.20 0.55 0 0.29 277.8 0.4 0.51
Hex 90 51 B5 14 37 0 1D 116 28 33
Octal 220 121 265 24 67 0 35 426 50 63
Binary 10010000 1010001 10110101 10100 110111 0 11101 100010110 101000 110011

Color Harmonies of #9051B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9051B5

Black with #9051B5

Text Example


Text Example

White with #9051B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9051B5; }

 p { color: rgb(144,81,181); }

 H1.HeaderClassName
 {
   color: #9051B5;
 }
 .AnyTagClassName
 {
   color: #9051B5;
 }
</style>

background-color css

<style>
 a { background-color: #9051B5; }

 a { background-color: rgb(144,81,181); }

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

border-color css

<style>
 span { border-color: #9051B5; }

 span { border-color: rgb(144,81,181); }

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