Html Css Color HEX #8C57DD Medium Purple

📋 copy color: '#8C57DD'

red 140 ◦ green 87 ◦ blue 221

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

Shades of Medium Purple #8C57DD

Tints of Medium Purple #8C57DD

RGB

 RED value IS 140 (55.08% from 255) = 31.25%

 GREEN value IS 87 (34.38% from 255) = 19.42%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 31.25%
G = 19.42%
B = 49.33%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C57DD (or 0x8C57DD) is known color: Medium Purple. HEX triplet: 8C, 57 and DD. RGB value is (140,87,221). Sum of RGB (Red+Green+Blue) = 140+87+221=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C57DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C57DD is #73A822. Grayscale: #757575. Windows color (decimal): -7579683 or 14505868. OLE color: 14505868.

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

Color convert

RGB 140 87 221 -
CMYK 0.37 0.61 0 0.13
HSL 263.73º 0.66% 0.6% -
HSV(B) 263.73º 0.61% 0.87% -
XYZ 27.27 17.61 70.37 -
YUV 118.12 186.06 143.6 -
System Red Green Blue C M Y K H S L
Decimal 140 87 221 0.37 0.61 0 0.13 263.73 0.66 0.6
Hex 8C 57 DD 25 3D 0 D 108 42 3C
Octal 214 127 335 45 75 0 15 410 102 74
Binary 10001100 1010111 11011101 100101 111101 0 1101 100001000 1000010 111100

Color Harmonies of #8C57DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C57DD

Black with #8C57DD

Text Example


Text Example

White with #8C57DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,87,221); }

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

background-color css

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

 a { background-color: rgb(140,87,221); }

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

border-color css

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

 span { border-color: rgb(140,87,221); }

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