Html Css Color HEX #8C4ABE Deep Lilac

📋 copy color: '#8C4ABE'

red 140 ◦ green 74 ◦ blue 190

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

Shades of Deep Lilac #8C4ABE

Tints of Deep Lilac #8C4ABE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.32%

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 34.65%
G = 18.32%
B = 47.03%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8C4ABE (or 0x8C4ABE) is known color: Deep Lilac. HEX triplet: 8C, 4A and BE. RGB value is (140,74,190). Sum of RGB (Red+Green+Blue) = 140+74+190=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C4ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4ABE is #73B541. Grayscale: #6A6A6A. Windows color (decimal): -7583042 or 12470924. OLE color: 12470924.

HSL color Cylindrical-coordinate representation of color #8C4ABE: hue angle of 274.14º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4ABE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 74 190 -
CMYK 0.26 0.61 0 0.25
HSL 274.14º 0.47% 0.52% -
HSV(B) 274.14º 0.61% 0.75% -
XYZ 22.56 14.19 50.27 -
YUV 106.96 174.87 151.57 -
System Red Green Blue C M Y K H S L
Decimal 140 74 190 0.26 0.61 0 0.25 274.14 0.47 0.52
Hex 8C 4A BE 1A 3D 0 19 112 2F 34
Octal 214 112 276 32 75 0 31 422 57 64
Binary 10001100 1001010 10111110 11010 111101 0 11001 100010010 101111 110100

Color Harmonies of #8C4ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4ABE

Black with #8C4ABE

Text Example


Text Example

White with #8C4ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,74,190); }

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

background-color css

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

 a { background-color: rgb(140,74,190); }

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

border-color css

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

 span { border-color: rgb(140,74,190); }

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