Html Css Color HEX #8C53C0 Deep Lilac

📋 copy color: '#8C53C0'

red 140 ◦ green 83 ◦ blue 192

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

Shades of Deep Lilac #8C53C0

Tints of Deep Lilac #8C53C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 33.73%
G = 20%
B = 46.27%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C53C0 (or 0x8C53C0) is known color: Deep Lilac. HEX triplet: 8C, 53 and C0. RGB value is (140,83,192). Sum of RGB (Red+Green+Blue) = 140+83+192=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #8C53C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53C0 is #73AC3F. Grayscale: #707070. Windows color (decimal): -7580736 or 12604300. OLE color: 12604300.

HSL color Cylindrical-coordinate representation of color #8C53C0: hue angle of 271.38º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C53C0 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 83 192 -
CMYK 0.27 0.57 0 0.25
HSL 271.38º 0.46% 0.54% -
HSV(B) 271.38º 0.57% 0.75% -
XYZ 23.42 15.57 51.64 -
YUV 112.47 172.88 147.64 -
System Red Green Blue C M Y K H S L
Decimal 140 83 192 0.27 0.57 0 0.25 271.38 0.46 0.54
Hex 8C 53 C0 1B 39 0 19 10F 2E 36
Octal 214 123 300 33 71 0 31 417 56 66
Binary 10001100 1010011 11000000 11011 111001 0 11001 100001111 101110 110110

Color Harmonies of #8C53C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C53C0

Black with #8C53C0

Text Example


Text Example

White with #8C53C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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