Html Css Color HEX #9054B4 Deep Lilac

📋 copy color: '#9054B4'

red 144 ◦ green 84 ◦ blue 180

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

Shades of Deep Lilac #9054B4

Tints of Deep Lilac #9054B4

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.59%

 BLUE value IS 180 (70.7% from 255) = 44.12%

R = 35.29%
G = 20.59%
B = 44.12%

CMYK

 C value IS 0.2

 M value IS 0.53

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9054B4 (or 0x9054B4) is known color: Deep Lilac. HEX triplet: 90, 54 and B4. RGB value is (144,84,180). Sum of RGB (Red+Green+Blue) = 144+84+180=408 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.29% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 180 - color contains mainly: blue. Hex color #9054B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054B4 is #6FAB4B. Grayscale: #707070. Windows color (decimal): -7318348 or 11818128. OLE color: 11818128.

HSL color Cylindrical-coordinate representation of color #9054B4: hue angle of 277.5º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9054B4 is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 84 180 -
CMYK 0.2 0.53 0 0.29
HSL 277.5º 0.39% 0.52% -
HSV(B) 277.5º 0.53% 0.71% -
XYZ 22.91 15.57 44.98 -
YUV 112.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 144 84 180 0.2 0.53 0 0.29 277.5 0.39 0.52
Hex 90 54 B4 14 35 0 1D 116 27 34
Octal 220 124 264 24 65 0 35 426 47 64
Binary 10010000 1010100 10110100 10100 110101 0 11101 100010110 100111 110100

Color Harmonies of #9054B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9054B4

Black with #9054B4

Text Example


Text Example

White with #9054B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9054B4; }

 p { color: rgb(144,84,180); }

 H1.HeaderClassName
 {
   color: #9054B4;
 }
 .AnyTagClassName
 {
   color: #9054B4;
 }
</style>

background-color css

<style>
 a { background-color: #9054B4; }

 a { background-color: rgb(144,84,180); }

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

border-color css

<style>
 span { border-color: #9054B4; }

 span { border-color: rgb(144,84,180); }

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