Html Css Color HEX #8554BA Deep Lilac

📋 copy color: '#8554BA'

red 133 ◦ green 84 ◦ blue 186

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

Shades of Deep Lilac #8554BA

Tints of Deep Lilac #8554BA

RGB

 RED value IS 133 (52.34% from 255) = 33%

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

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

R = 33%
G = 20.84%
B = 46.15%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8554BA (or 0x8554BA) is known color: Deep Lilac. HEX triplet: 85, 54 and BA. RGB value is (133,84,186). Sum of RGB (Red+Green+Blue) = 133+84+186=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #8554BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8554BA is #7AAB45. Grayscale: #6D6D6D. Windows color (decimal): -8039238 or 12211333. OLE color: 12211333.

HSL color Cylindrical-coordinate representation of color #8554BA: hue angle of 268.82º 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 #8554BA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 84 186 -
CMYK 0.28 0.55 0 0.27
HSL 268.82º 0.43% 0.53% -
HSV(B) 268.82º 0.55% 0.73% -
XYZ 21.71 14.87 48.18 -
YUV 110.28 170.73 144.21 -
System Red Green Blue C M Y K H S L
Decimal 133 84 186 0.28 0.55 0 0.27 268.82 0.43 0.53
Hex 85 54 BA 1C 37 0 1B 10D 2A 35
Octal 205 124 272 34 67 0 33 415 52 65
Binary 10000101 1010100 10111010 11100 110111 0 11011 100001101 101010 110101

Color Harmonies of #8554BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8554BA

Black with #8554BA

Text Example


Text Example

White with #8554BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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