Html Css Color HEX #8D60DF Medium Purple

📋 copy color: '#8D60DF'

red 141 ◦ green 96 ◦ blue 223

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

Shades of Medium Purple #8D60DF

Tints of Medium Purple #8D60DF

RGB

 RED value IS 141 (55.47% from 255) = 30.65%

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

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

R = 30.65%
G = 20.87%
B = 48.48%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D60DF (or 0x8D60DF) is known color: Medium Purple. HEX triplet: 8D, 60 and DF. RGB value is (141,96,223). Sum of RGB (Red+Green+Blue) = 141+96+223=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60DF is #729F20. Grayscale: #7B7B7B. Windows color (decimal): -7511841 or 14639245. OLE color: 14639245.

HSL color Cylindrical-coordinate representation of color #8D60DF: hue angle of 261.26º 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 #8D60DF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 96 223 -
CMYK 0.37 0.57 0 0.13
HSL 261.26º 0.66% 0.63% -
HSV(B) 261.26º 0.57% 0.87% -
XYZ 28.49 19.36 72.05 -
YUV 123.93 183.91 140.17 -
System Red Green Blue C M Y K H S L
Decimal 141 96 223 0.37 0.57 0 0.13 261.26 0.66 0.63
Hex 8D 60 DF 25 39 0 D 105 42 3F
Octal 215 140 337 45 71 0 15 405 102 77
Binary 10001101 1100000 11011111 100101 111001 0 1101 100000101 1000010 111111

Color Harmonies of #8D60DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D60DF

Black with #8D60DF

Text Example


Text Example

White with #8D60DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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