Html Css Color HEX #8F42AA Deep Lilac

📋 copy color: '#8F42AA'

red 143 ◦ green 66 ◦ blue 170

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

Shades of Deep Lilac #8F42AA

Tints of Deep Lilac #8F42AA

RGB

 RED value IS 143 (56.25% from 255) = 37.73%

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 37.73%
G = 17.41%
B = 44.85%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F42AA (or 0x8F42AA) is known color: Deep Lilac. HEX triplet: 8F, 42 and AA. RGB value is (143,66,170). Sum of RGB (Red+Green+Blue) = 143+66+170=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F42AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F42AA is #70BD55. Grayscale: #646464. Windows color (decimal): -7388502 or 11158159. OLE color: 11158159.

HSL color Cylindrical-coordinate representation of color #8F42AA: hue angle of 284.42º 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 #8F42AA is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 66 170 -
CMYK 0.16 0.61 0 0.33
HSL 284.42º 0.44% 0.46% -
HSV(B) 284.42º 0.61% 0.67% -
XYZ 20.53 12.64 39.39 -
YUV 100.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 143 66 170 0.16 0.61 0 0.33 284.42 0.44 0.46
Hex 8F 42 AA 10 3D 0 21 11C 2C 2E
Octal 217 102 252 20 75 0 41 434 54 56
Binary 10001111 1000010 10101010 10000 111101 0 100001 100011100 101100 101110

Color Harmonies of #8F42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F42AA

Black with #8F42AA

Text Example


Text Example

White with #8F42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,66,170); }

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

background-color css

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

 a { background-color: rgb(143,66,170); }

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

border-color css

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

 span { border-color: rgb(143,66,170); }

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