Html Css Color HEX #8C59DD Medium Purple

📋 copy color: '#8C59DD'

red 140 ◦ green 89 ◦ blue 221

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

Shades of Medium Purple #8C59DD

Tints of Medium Purple #8C59DD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.78%

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

R = 31.11%
G = 19.78%
B = 49.11%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8C59DD (or 0x8C59DD) is known color: Medium Purple. HEX triplet: 8C, 59 and DD. RGB value is (140,89,221). Sum of RGB (Red+Green+Blue) = 140+89+221=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #8C59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C59DD is #73A622. Grayscale: #767676. Windows color (decimal): -7579171 or 14506380. OLE color: 14506380.

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

Color convert

RGB 140 89 221 -
CMYK 0.37 0.60 0 0.13
HSL 263.18º 0.66% 0.61% -
HSV(B) 263.18º 0.6% 0.87% -
XYZ 27.44 17.94 70.42 -
YUV 119.3 185.4 142.77 -
System Red Green Blue C M Y K H S L
Decimal 140 89 221 0.37 0.60 0 0.13 263.18 0.66 0.61
Hex 8C 59 DD 25 3C 0 D 107 42 3D
Octal 214 131 335 45 74 0 15 407 102 75
Binary 10001100 1011001 11011101 100101 111100 0 1101 100000111 1000010 111101

Color Harmonies of #8C59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C59DD

Black with #8C59DD

Text Example


Text Example

White with #8C59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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