Html Css Color HEX #9054BC Deep Lilac

📋 copy color: '#9054BC'

red 144 ◦ green 84 ◦ blue 188

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

Shades of Deep Lilac #9054BC

Tints of Deep Lilac #9054BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 34.62%
G = 20.19%
B = 45.19%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9054BC (or 0x9054BC) is known color: Deep Lilac. HEX triplet: 90, 54 and BC. RGB value is (144,84,188). Sum of RGB (Red+Green+Blue) = 144+84+188=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #9054BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9054BC is #6FAB43. Grayscale: #717171. Windows color (decimal): -7318340 or 12342416. OLE color: 12342416.

HSL color Cylindrical-coordinate representation of color #9054BC: hue angle of 274.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9054BC is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 84 188 -
CMYK 0.23 0.55 0 0.26
HSL 274.62º 0.44% 0.53% -
HSV(B) 274.62º 0.55% 0.74% -
XYZ 23.75 15.9 49.39 -
YUV 113.8 169.88 149.54 -
System Red Green Blue C M Y K H S L
Decimal 144 84 188 0.23 0.55 0 0.26 274.62 0.44 0.53
Hex 90 54 BC 17 37 0 1A 113 2C 35
Octal 220 124 274 27 67 0 32 423 54 65
Binary 10010000 1010100 10111100 10111 110111 0 11010 100010011 101100 110101

Color Harmonies of #9054BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9054BC

Black with #9054BC

Text Example


Text Example

White with #9054BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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