Html Css Color HEX #8D5CB6 Deep Lilac

📋 copy color: '#8D5CB6'

red 141 ◦ green 92 ◦ blue 182

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

Shades of Deep Lilac #8D5CB6

Tints of Deep Lilac #8D5CB6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.17%

 BLUE value IS 182 (71.48% from 255) = 43.86%

R = 33.98%
G = 22.17%
B = 43.86%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8D5CB6 (or 0x8D5CB6) is known color: Deep Lilac. HEX triplet: 8D, 5C and B6. RGB value is (141,92,182). Sum of RGB (Red+Green+Blue) = 141+92+182=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D5CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5CB6 is #72A349. Grayscale: #747474. Windows color (decimal): -7512906 or 11951245. OLE color: 11951245.

HSL color Cylindrical-coordinate representation of color #8D5CB6: hue angle of 272.67º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D5CB6 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 141 92 182 -
CMYK 0.23 0.49 0 0.29
HSL 272.67º 0.38% 0.54% -
HSV(B) 272.67º 0.49% 0.71% -
XYZ 23.26 16.69 46.25 -
YUV 116.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 141 92 182 0.23 0.49 0 0.29 272.67 0.38 0.54
Hex 8D 5C B6 17 31 0 1D 111 26 36
Octal 215 134 266 27 61 0 35 421 46 66
Binary 10001101 1011100 10110110 10111 110001 0 11101 100010001 100110 110110

Color Harmonies of #8D5CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5CB6

Black with #8D5CB6

Text Example


Text Example

White with #8D5CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,92,182); }

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

background-color css

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

 a { background-color: rgb(141,92,182); }

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

border-color css

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

 span { border-color: rgb(141,92,182); }

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