Html Css Color HEX #8C5CBC Deep Lilac

📋 copy color: '#8C5CBC'

red 140 ◦ green 92 ◦ blue 188

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

Shades of Deep Lilac #8C5CBC

Tints of Deep Lilac #8C5CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.76%

R = 33.33%
G = 21.9%
B = 44.76%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8C5CBC (or 0x8C5CBC) is known color: Deep Lilac. HEX triplet: 8C, 5C and BC. RGB value is (140,92,188). Sum of RGB (Red+Green+Blue) = 140+92+188=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CBC is #73A343. Grayscale: #747474. Windows color (decimal): -7578436 or 12344460. OLE color: 12344460.

HSL color Cylindrical-coordinate representation of color #8C5CBC: hue angle of 270º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5CBC is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 92 188 -
CMYK 0.26 0.51 0 0.26
HSL 270º 0.42% 0.55% -
HSV(B) 270º 0.51% 0.74% -
XYZ 23.72 16.86 49.58 -
YUV 117.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 140 92 188 0.26 0.51 0 0.26 270 0.42 0.55
Hex 8C 5C BC 1A 33 0 1A 10E 2A 37
Octal 214 134 274 32 63 0 32 416 52 67
Binary 10001100 1011100 10111100 11010 110011 0 11010 100001110 101010 110111

Color Harmonies of #8C5CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5CBC

Black with #8C5CBC

Text Example


Text Example

White with #8C5CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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