Html Css Color HEX #8F52BE Deep Lilac

📋 copy color: '#8F52BE'

red 143 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #8F52BE

Tints of Deep Lilac #8F52BE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

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

R = 34.46%
G = 19.76%
B = 45.78%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8F52BE (or 0x8F52BE) is known color: Deep Lilac. HEX triplet: 8F, 52 and BE. RGB value is (143,82,190). Sum of RGB (Red+Green+Blue) = 143+82+190=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F52BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F52BE is #70AD41. Grayscale: #707070. Windows color (decimal): -7384386 or 12472975. OLE color: 12472975.

HSL color Cylindrical-coordinate representation of color #8F52BE: hue angle of 273.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F52BE is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 143 82 190 -
CMYK 0.25 0.57 0 0.25
HSL 273.89º 0.45% 0.53% -
HSV(B) 273.89º 0.57% 0.75% -
XYZ 23.64 15.59 50.48 -
YUV 112.55 171.71 149.72 -
System Red Green Blue C M Y K H S L
Decimal 143 82 190 0.25 0.57 0 0.25 273.89 0.45 0.53
Hex 8F 52 BE 19 39 0 19 112 2D 35
Octal 217 122 276 31 71 0 31 422 55 65
Binary 10001111 1010010 10111110 11001 111001 0 11001 100010010 101101 110101

Color Harmonies of #8F52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F52BE

Black with #8F52BE

Text Example


Text Example

White with #8F52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,82,190); }

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

background-color css

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

 a { background-color: rgb(143,82,190); }

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

border-color css

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

 span { border-color: rgb(143,82,190); }

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