Html Css Color HEX #8F42BC Deep Lilac

📋 copy color: '#8F42BC'

red 143 ◦ green 66 ◦ blue 188

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

Shades of Deep Lilac #8F42BC

Tints of Deep Lilac #8F42BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 36.02%
G = 16.62%
B = 47.36%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8F42BC (or 0x8F42BC) is known color: Deep Lilac. HEX triplet: 8F, 42 and BC. RGB value is (143,66,188). Sum of RGB (Red+Green+Blue) = 143+66+188=397 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.02% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F42BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F42BC is #70BD43. Grayscale: #666666. Windows color (decimal): -7388484 or 12337807. OLE color: 12337807.

HSL color Cylindrical-coordinate representation of color #8F42BC: hue angle of 277.87º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8F42BC is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 143 66 188 -
CMYK 0.24 0.65 0 0.26
HSL 277.87º 0.48% 0.5% -
HSV(B) 277.87º 0.65% 0.74% -
XYZ 22.35 13.37 48.98 -
YUV 102.93 176.01 156.58 -
System Red Green Blue C M Y K H S L
Decimal 143 66 188 0.24 0.65 0 0.26 277.87 0.48 0.5
Hex 8F 42 BC 18 41 0 1A 116 30 32
Octal 217 102 274 30 101 0 32 426 60 62
Binary 10001111 1000010 10111100 11000 1000001 0 11010 100010110 110000 110010

Color Harmonies of #8F42BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F42BC

Black with #8F42BC

Text Example


Text Example

White with #8F42BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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