Html Css Color HEX #8C5BAE Deep Lilac

📋 copy color: '#8C5BAE'

red 140 ◦ green 91 ◦ blue 174

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

Shades of Deep Lilac #8C5BAE

Tints of Deep Lilac #8C5BAE

RGB

 RED value IS 140 (55.08% from 255) = 34.57%

 GREEN value IS 91 (35.94% from 255) = 22.47%

 BLUE value IS 174 (68.36% from 255) = 42.96%

R = 34.57%
G = 22.47%
B = 42.96%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C5BAE (or 0x8C5BAE) is known color: Deep Lilac. HEX triplet: 8C, 5B and AE. RGB value is (140,91,174). Sum of RGB (Red+Green+Blue) = 140+91+174=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5BAE is #73A451. Grayscale: #727272. Windows color (decimal): -7578706 or 11426700. OLE color: 11426700.

HSL color Cylindrical-coordinate representation of color #8C5BAE: hue angle of 275.42º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C5BAE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 91 174 -
CMYK 0.20 0.48 0 0.32
HSL 275.42º 0.34% 0.52% -
HSV(B) 275.42º 0.48% 0.68% -
XYZ 22.2 16.11 41.98 -
YUV 115.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 140 91 174 0.20 0.48 0 0.32 275.42 0.34 0.52
Hex 8C 5B AE 14 30 0 20 113 22 34
Octal 214 133 256 24 60 0 40 423 42 64
Binary 10001100 1011011 10101110 10100 110000 0 100000 100010011 100010 110100

Color Harmonies of #8C5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5BAE

Black with #8C5BAE

Text Example


Text Example

White with #8C5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,91,174); }

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

background-color css

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

 a { background-color: rgb(140,91,174); }

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

border-color css

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

 span { border-color: rgb(140,91,174); }

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