Html Css Color HEX #8C5CBA Deep Lilac

📋 copy color: '#8C5CBA'

red 140 ◦ green 92 ◦ blue 186

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

Shades of Deep Lilac #8C5CBA

Tints of Deep Lilac #8C5CBA

RGB

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

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

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

R = 33.49%
G = 22.01%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C5CBA (or 0x8C5CBA) is known color: Deep Lilac. HEX triplet: 8C, 5C and BA. RGB value is (140,92,186). Sum of RGB (Red+Green+Blue) = 140+92+186=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CBA is #73A345. Grayscale: #747474. Windows color (decimal): -7578438 or 12213388. OLE color: 12213388.

HSL color Cylindrical-coordinate representation of color #8C5CBA: hue angle of 270.64º 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 #8C5CBA is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 92 186 -
CMYK 0.25 0.51 0 0.27
HSL 270.64º 0.41% 0.55% -
HSV(B) 270.64º 0.51% 0.73% -
XYZ 23.51 16.77 48.45 -
YUV 117.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 140 92 186 0.25 0.51 0 0.27 270.64 0.41 0.55
Hex 8C 5C BA 19 33 0 1B 10F 29 37
Octal 214 134 272 31 63 0 33 417 51 67
Binary 10001100 1011100 10111010 11001 110011 0 11011 100001111 101001 110111

Color Harmonies of #8C5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5CBA

Black with #8C5CBA

Text Example


Text Example

White with #8C5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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