Html Css Color HEX #8C5BAF Deep Lilac

📋 copy color: '#8C5BAF'

red 140 ◦ green 91 ◦ blue 175

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

Shades of Deep Lilac #8C5BAF

Tints of Deep Lilac #8C5BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 34.48%
G = 22.41%
B = 43.1%

CMYK

 C value IS 0.2

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C5BAF (or 0x8C5BAF) is known color: Deep Lilac. HEX triplet: 8C, 5B and AF. RGB value is (140,91,175). Sum of RGB (Red+Green+Blue) = 140+91+175=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5BAF is #73A450. Grayscale: #727272. Windows color (decimal): -7578705 or 11492236. OLE color: 11492236.

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

Color convert

RGB 140 91 175 -
CMYK 0.2 0.48 0 0.31
HSL 275º 0.34% 0.52% -
HSV(B) 275º 0.48% 0.69% -
XYZ 22.29 16.15 42.5 -
YUV 115.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 140 91 175 0.2 0.48 0 0.31 275 0.34 0.52
Hex 8C 5B AF 14 30 0 1F 113 22 34
Octal 214 133 257 24 60 0 37 423 42 64
Binary 10001100 1011011 10101111 10100 110000 0 11111 100010011 100010 110100

Color Harmonies of #8C5BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5BAF

Black with #8C5BAF

Text Example


Text Example

White with #8C5BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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