Html Css Color HEX #8D52BB Deep Lilac

📋 copy color: '#8D52BB'

red 141 ◦ green 82 ◦ blue 187

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

Shades of Deep Lilac #8D52BB

Tints of Deep Lilac #8D52BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 34.39%
G = 20%
B = 45.61%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D52BB (or 0x8D52BB) is known color: Deep Lilac. HEX triplet: 8D, 52 and BB. RGB value is (141,82,187). Sum of RGB (Red+Green+Blue) = 141+82+187=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D52BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D52BB is #72AD44. Grayscale: #6F6F6F. Windows color (decimal): -7515461 or 12276365. OLE color: 12276365.

HSL color Cylindrical-coordinate representation of color #8D52BB: hue angle of 273.71º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D52BB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 82 187 -
CMYK 0.25 0.56 0 0.27
HSL 273.71º 0.44% 0.53% -
HSV(B) 273.71º 0.56% 0.73% -
XYZ 22.97 15.29 48.75 -
YUV 111.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 141 82 187 0.25 0.56 0 0.27 273.71 0.44 0.53
Hex 8D 52 BB 19 38 0 1B 112 2C 35
Octal 215 122 273 31 70 0 33 422 54 65
Binary 10001101 1010010 10111011 11001 111000 0 11011 100010010 101100 110101

Color Harmonies of #8D52BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D52BB

Black with #8D52BB

Text Example


Text Example

White with #8D52BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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