Html Css Color HEX #8D54BF Deep Lilac

📋 copy color: '#8D54BF'

red 141 ◦ green 84 ◦ blue 191

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

Shades of Deep Lilac #8D54BF

Tints of Deep Lilac #8D54BF

RGB

 RED value IS 141 (55.47% from 255) = 33.89%

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 33.89%
G = 20.19%
B = 45.91%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D54BF (or 0x8D54BF) is known color: Deep Lilac. HEX triplet: 8D, 54 and BF. RGB value is (141,84,191). Sum of RGB (Red+Green+Blue) = 141+84+191=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D54BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54BF is #72AB40. Grayscale: #707070. Windows color (decimal): -7514945 or 12539021. OLE color: 12539021.

HSL color Cylindrical-coordinate representation of color #8D54BF: hue angle of 271.96º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D54BF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 84 191 -
CMYK 0.26 0.56 0 0.25
HSL 271.96º 0.46% 0.54% -
HSV(B) 271.96º 0.56% 0.75% -
XYZ 23.56 15.76 51.09 -
YUV 113.24 171.88 147.8 -
System Red Green Blue C M Y K H S L
Decimal 141 84 191 0.26 0.56 0 0.25 271.96 0.46 0.54
Hex 8D 54 BF 1A 38 0 19 110 2E 36
Octal 215 124 277 32 70 0 31 420 56 66
Binary 10001101 1010100 10111111 11010 111000 0 11001 100010000 101110 110110

Color Harmonies of #8D54BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D54BF

Black with #8D54BF

Text Example


Text Example

White with #8D54BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D54BF; }

 p { color: rgb(141,84,191); }

 H1.HeaderClassName
 {
   color: #8D54BF;
 }
 .AnyTagClassName
 {
   color: #8D54BF;
 }
</style>

background-color css

<style>
 a { background-color: #8D54BF; }

 a { background-color: rgb(141,84,191); }

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

border-color css

<style>
 span { border-color: #8D54BF; }

 span { border-color: rgb(141,84,191); }

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