Html Css Color HEX #8A59DD Medium Purple

📋 copy color: '#8A59DD'

red 138 ◦ green 89 ◦ blue 221

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

Shades of Medium Purple #8A59DD

Tints of Medium Purple #8A59DD

RGB

 RED value IS 138 (54.3% from 255) = 30.8%

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

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

R = 30.8%
G = 19.87%
B = 49.33%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A59DD (or 0x8A59DD) is known color: Medium Purple. HEX triplet: 8A, 59 and DD. RGB value is (138,89,221). Sum of RGB (Red+Green+Blue) = 138+89+221=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 89 (35.16% from 255 or 19.87% 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 #8A59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59DD is #75A622. Grayscale: #767676. Windows color (decimal): -7710243 or 14506378. OLE color: 14506378.

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

Color convert

RGB 138 89 221 -
CMYK 0.38 0.60 0 0.13
HSL 262.27º 0.66% 0.61% -
HSV(B) 262.27º 0.6% 0.87% -
XYZ 27.1 17.77 70.41 -
YUV 118.7 185.73 141.77 -
System Red Green Blue C M Y K H S L
Decimal 138 89 221 0.38 0.60 0 0.13 262.27 0.66 0.61
Hex 8A 59 DD 26 3C 0 D 106 42 3D
Octal 212 131 335 46 74 0 15 406 102 75
Binary 10001010 1011001 11011101 100110 111100 0 1101 100000110 1000010 111101

Color Harmonies of #8A59DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A59DD

Black with #8A59DD

Text Example


Text Example

White with #8A59DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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