Html Css Color HEX #8C4BAE Deep Lilac

📋 copy color: '#8C4BAE'

red 140 ◦ green 75 ◦ blue 174

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

Shades of Deep Lilac #8C4BAE

Tints of Deep Lilac #8C4BAE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.28%

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 35.99%
G = 19.28%
B = 44.73%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C4BAE (or 0x8C4BAE) is known color: Deep Lilac. HEX triplet: 8C, 4B and AE. RGB value is (140,75,174). Sum of RGB (Red+Green+Blue) = 140+75+174=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 75 (29.69% from 255 or 19.28% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4BAE is #73B451. Grayscale: #696969. Windows color (decimal): -7582802 or 11422604. OLE color: 11422604.

HSL color Cylindrical-coordinate representation of color #8C4BAE: hue angle of 279.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C4BAE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 75 174 -
CMYK 0.20 0.57 0 0.32
HSL 279.39º 0.4% 0.49% -
HSV(B) 279.39º 0.57% 0.68% -
XYZ 20.97 13.66 41.58 -
YUV 105.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 140 75 174 0.20 0.57 0 0.32 279.39 0.4 0.49
Hex 8C 4B AE 14 39 0 20 117 28 31
Octal 214 113 256 24 71 0 40 427 50 61
Binary 10001100 1001011 10101110 10100 111001 0 100000 100010111 101000 110001

Color Harmonies of #8C4BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4BAE

Black with #8C4BAE

Text Example


Text Example

White with #8C4BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,75,174); }

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

background-color css

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

 a { background-color: rgb(140,75,174); }

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

border-color css

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

 span { border-color: rgb(140,75,174); }

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