Html Css Color HEX #8D52BD Deep Lilac

📋 copy color: '#8D52BD'

red 141 ◦ green 82 ◦ blue 189

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

Shades of Deep Lilac #8D52BD

Tints of Deep Lilac #8D52BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.9%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 34.22%
G = 19.9%
B = 45.87%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8D52BD (or 0x8D52BD) is known color: Deep Lilac. HEX triplet: 8D, 52 and BD. RGB value is (141,82,189). Sum of RGB (Red+Green+Blue) = 141+82+189=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D52BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D52BD is #72AD42. Grayscale: #6F6F6F. Windows color (decimal): -7515459 or 12407437. OLE color: 12407437.

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

Color convert

RGB 141 82 189 -
CMYK 0.25 0.57 0 0.26
HSL 273.08º 0.45% 0.53% -
HSV(B) 273.08º 0.57% 0.74% -
XYZ 23.19 15.37 49.89 -
YUV 111.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 141 82 189 0.25 0.57 0 0.26 273.08 0.45 0.53
Hex 8D 52 BD 19 39 0 1A 111 2D 35
Octal 215 122 275 31 71 0 32 421 55 65
Binary 10001101 1010010 10111101 11001 111001 0 11010 100010001 101101 110101

Color Harmonies of #8D52BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D52BD

Black with #8D52BD

Text Example


Text Example

White with #8D52BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,189); }

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

background-color css

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

 a { background-color: rgb(141,82,189); }

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

border-color css

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

 span { border-color: rgb(141,82,189); }

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