Html Css Color HEX #8D53BF Deep Lilac

📋 copy color: '#8D53BF'

red 141 ◦ green 83 ◦ blue 191

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

Shades of Deep Lilac #8D53BF

Tints of Deep Lilac #8D53BF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20%

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

R = 33.98%
G = 20%
B = 46.02%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D53BF (or 0x8D53BF) is known color: Deep Lilac. HEX triplet: 8D, 53 and BF. RGB value is (141,83,191). Sum of RGB (Red+Green+Blue) = 141+83+191=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D53BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D53BF is #72AC40. Grayscale: #707070. Windows color (decimal): -7515201 or 12538765. OLE color: 12538765.

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

Color convert

RGB 141 83 191 -
CMYK 0.26 0.57 0 0.25
HSL 272.22º 0.46% 0.54% -
HSV(B) 272.22º 0.57% 0.75% -
XYZ 23.48 15.61 51.07 -
YUV 112.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 141 83 191 0.26 0.57 0 0.25 272.22 0.46 0.54
Hex 8D 53 BF 1A 39 0 19 110 2E 36
Octal 215 123 277 32 71 0 31 420 56 66
Binary 10001101 1010011 10111111 11010 111001 0 11001 100010000 101110 110110

Color Harmonies of #8D53BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D53BF

Black with #8D53BF

Text Example


Text Example

White with #8D53BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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