Html Css Color HEX #8C42AB Deep Lilac

📋 copy color: '#8C42AB'

red 140 ◦ green 66 ◦ blue 171

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

Shades of Deep Lilac #8C42AB

Tints of Deep Lilac #8C42AB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 37.14%
G = 17.51%
B = 45.36%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C42AB (or 0x8C42AB) is known color: Deep Lilac. HEX triplet: 8C, 42 and AB. RGB value is (140,66,171). Sum of RGB (Red+Green+Blue) = 140+66+171=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C42AB is #73BD54. Grayscale: #636363. Windows color (decimal): -7585109 or 11223692. OLE color: 11223692.

HSL color Cylindrical-coordinate representation of color #8C42AB: hue angle of 282.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C42AB is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 66 171 -
CMYK 0.18 0.61 0 0.33
HSL 282.29º 0.44% 0.46% -
HSV(B) 282.29º 0.61% 0.67% -
XYZ 20.11 12.41 39.86 -
YUV 100.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 140 66 171 0.18 0.61 0 0.33 282.29 0.44 0.46
Hex 8C 42 AB 12 3D 0 21 11A 2C 2E
Octal 214 102 253 22 75 0 41 432 54 56
Binary 10001100 1000010 10101011 10010 111101 0 100001 100011010 101100 101110

Color Harmonies of #8C42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C42AB

Black with #8C42AB

Text Example


Text Example

White with #8C42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,171); }

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

background-color css

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

 a { background-color: rgb(140,66,171); }

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

border-color css

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

 span { border-color: rgb(140,66,171); }

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