Html Css Color HEX #8E60DF Medium Purple

📋 copy color: '#8E60DF'

red 142 ◦ green 96 ◦ blue 223

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

Shades of Medium Purple #8E60DF

Tints of Medium Purple #8E60DF

RGB

 RED value IS 142 (55.86% from 255) = 30.8%

 GREEN value IS 96 (37.89% from 255) = 20.82%

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 30.8%
G = 20.82%
B = 48.37%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E60DF (or 0x8E60DF) is known color: Medium Purple. HEX triplet: 8E, 60 and DF. RGB value is (142,96,223). Sum of RGB (Red+Green+Blue) = 142+96+223=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E60DF is #719F20. Grayscale: #7B7B7B. Windows color (decimal): -7446305 or 14639246. OLE color: 14639246.

HSL color Cylindrical-coordinate representation of color #8E60DF: hue angle of 261.73º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E60DF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 96 223 -
CMYK 0.36 0.57 0 0.13
HSL 261.73º 0.66% 0.63% -
HSV(B) 261.73º 0.57% 0.87% -
XYZ 28.66 19.44 72.05 -
YUV 124.23 183.74 140.67 -
System Red Green Blue C M Y K H S L
Decimal 142 96 223 0.36 0.57 0 0.13 261.73 0.66 0.63
Hex 8E 60 DF 24 39 0 D 106 42 3F
Octal 216 140 337 44 71 0 15 406 102 77
Binary 10001110 1100000 11011111 100100 111001 0 1101 100000110 1000010 111111

Color Harmonies of #8E60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E60DF

Black with #8E60DF

Text Example


Text Example

White with #8E60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,223); }

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

background-color css

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

 a { background-color: rgb(142,96,223); }

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

border-color css

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

 span { border-color: rgb(142,96,223); }

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