Html Css Color HEX #8D5CBA Deep Lilac

📋 copy color: '#8D5CBA'

red 141 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #8D5CBA

Tints of Deep Lilac #8D5CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 33.65%
G = 21.96%
B = 44.39%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8D5CBA (or 0x8D5CBA) is known color: Deep Lilac. HEX triplet: 8D, 5C and BA. RGB value is (141,92,186). Sum of RGB (Red+Green+Blue) = 141+92+186=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #8D5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5CBA is #72A345. Grayscale: #757575. Windows color (decimal): -7512902 or 12213389. OLE color: 12213389.

HSL color Cylindrical-coordinate representation of color #8D5CBA: hue angle of 271.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5CBA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 92 186 -
CMYK 0.24 0.51 0 0.27
HSL 271.28º 0.41% 0.55% -
HSV(B) 271.28º 0.51% 0.73% -
XYZ 23.67 16.86 48.46 -
YUV 117.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 141 92 186 0.24 0.51 0 0.27 271.28 0.41 0.55
Hex 8D 5C BA 18 33 0 1B 10F 29 37
Octal 215 134 272 30 63 0 33 417 51 67
Binary 10001101 1011100 10111010 11000 110011 0 11011 100001111 101001 110111

Color Harmonies of #8D5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5CBA

Black with #8D5CBA

Text Example


Text Example

White with #8D5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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