Html Css Color HEX #8F53C6 Deep Lilac

📋 copy color: '#8F53C6'

red 143 ◦ green 83 ◦ blue 198

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

Shades of Deep Lilac #8F53C6

Tints of Deep Lilac #8F53C6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

 BLUE value IS 198 (77.73% from 255) = 46.7%

R = 33.73%
G = 19.58%
B = 46.7%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#8F53C6 (or 0x8F53C6) is known color: Deep Lilac. HEX triplet: 8F, 53 and C6. RGB value is (143,83,198). Sum of RGB (Red+Green+Blue) = 143+83+198=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F53C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F53C6 is #70AC39. Grayscale: #717171. Windows color (decimal): -7384122 or 12997519. OLE color: 12997519.

HSL color Cylindrical-coordinate representation of color #8F53C6: hue angle of 271.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F53C6 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 143 83 198 -
CMYK 0.28 0.58 0 0.22
HSL 271.3º 0.5% 0.55% -
HSV(B) 271.3º 0.58% 0.78% -
XYZ 24.61 16.1 55.24 -
YUV 114.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 143 83 198 0.28 0.58 0 0.22 271.3 0.5 0.55
Hex 8F 53 C6 1C 3A 0 16 10F 32 37
Octal 217 123 306 34 72 0 26 417 62 67
Binary 10001111 1010011 11000110 11100 111010 0 10110 100001111 110010 110111

Color Harmonies of #8F53C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F53C6

Black with #8F53C6

Text Example


Text Example

White with #8F53C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,83,198); }

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

background-color css

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

 a { background-color: rgb(143,83,198); }

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

border-color css

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

 span { border-color: rgb(143,83,198); }

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