Html Css Color HEX #8954BA Deep Lilac

📋 copy color: '#8954BA'

red 137 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #8954BA

Tints of Deep Lilac #8954BA

RGB

 RED value IS 137 (53.91% from 255) = 33.66%

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

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

R = 33.66%
G = 20.64%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8954BA (or 0x8954BA) is known color: Deep Lilac. HEX triplet: 89, 54 and BA. RGB value is (137,84,186). Sum of RGB (Red+Green+Blue) = 137+84+186=407 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.66% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #8954BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954BA is #76AB45. Grayscale: #6F6F6F. Windows color (decimal): -7777094 or 12211337. OLE color: 12211337.

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

Color convert

RGB 137 84 186 -
CMYK 0.26 0.55 0 0.27
HSL 271.18º 0.43% 0.53% -
HSV(B) 271.18º 0.55% 0.73% -
XYZ 22.35 15.2 48.21 -
YUV 111.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 137 84 186 0.26 0.55 0 0.27 271.18 0.43 0.53
Hex 89 54 BA 1A 37 0 1B 10F 2A 35
Octal 211 124 272 32 67 0 33 417 52 65
Binary 10001001 1010100 10111010 11010 110111 0 11011 100001111 101010 110101

Color Harmonies of #8954BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8954BA

Black with #8954BA

Text Example


Text Example

White with #8954BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,84,186); }

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

background-color css

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

 a { background-color: rgb(137,84,186); }

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

border-color css

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

 span { border-color: rgb(137,84,186); }

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