Html Css Color HEX #8C40AF Deep Lilac

📋 copy color: '#8C40AF'

red 140 ◦ green 64 ◦ blue 175

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

Shades of Deep Lilac #8C40AF

Tints of Deep Lilac #8C40AF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

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

R = 36.94%
G = 16.89%
B = 46.17%

CMYK

 C value IS 0.2

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8C40AF (or 0x8C40AF) is known color: Deep Lilac. HEX triplet: 8C, 40 and AF. RGB value is (140,64,175). Sum of RGB (Red+Green+Blue) = 140+64+175=379 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.94% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C40AF is #73BF50. Grayscale: #636363. Windows color (decimal): -7585617 or 11485324. OLE color: 11485324.

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

Color convert

RGB 140 64 175 -
CMYK 0.2 0.63 0 0.31
HSL 281.08º 0.46% 0.47% -
HSV(B) 281.08º 0.63% 0.69% -
XYZ 20.39 12.34 41.86 -
YUV 99.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 140 64 175 0.2 0.63 0 0.31 281.08 0.46 0.47
Hex 8C 40 AF 14 3F 0 1F 119 2E 2F
Octal 214 100 257 24 77 0 37 431 56 57
Binary 10001100 1000000 10101111 10100 111111 0 11111 100011001 101110 101111

Color Harmonies of #8C40AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C40AF

Black with #8C40AF

Text Example


Text Example

White with #8C40AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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