Html Css Color HEX #8C53BA Deep Lilac

📋 copy color: '#8C53BA'

red 140 ◦ green 83 ◦ blue 186

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

Shades of Deep Lilac #8C53BA

Tints of Deep Lilac #8C53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

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

R = 34.23%
G = 20.29%
B = 45.48%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8C53BA (or 0x8C53BA) is known color: Deep Lilac. HEX triplet: 8C, 53 and BA. RGB value is (140,83,186). Sum of RGB (Red+Green+Blue) = 140+83+186=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53BA is #73AC45. Grayscale: #6F6F6F. Windows color (decimal): -7580742 or 12211084. OLE color: 12211084.

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

Color convert

RGB 140 83 186 -
CMYK 0.25 0.55 0 0.27
HSL 273.2º 0.43% 0.53% -
HSV(B) 273.2º 0.55% 0.73% -
XYZ 22.77 15.31 48.21 -
YUV 111.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 140 83 186 0.25 0.55 0 0.27 273.2 0.43 0.53
Hex 8C 53 BA 19 37 0 1B 111 2B 35
Octal 214 123 272 31 67 0 33 421 53 65
Binary 10001100 1010011 10111010 11001 110111 0 11011 100010001 101011 110101

Color Harmonies of #8C53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C53BA

Black with #8C53BA

Text Example


Text Example

White with #8C53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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