Html Css Color HEX #8A59DC Medium Purple

📋 copy color: '#8A59DC'

red 138 ◦ green 89 ◦ blue 220

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

Shades of Medium Purple #8A59DC

Tints of Medium Purple #8A59DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 30.87%
G = 19.91%
B = 49.22%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A59DC (or 0x8A59DC) is known color: Medium Purple. HEX triplet: 8A, 59 and DC. RGB value is (138,89,220). Sum of RGB (Red+Green+Blue) = 138+89+220=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A59DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59DC is #75A623. Grayscale: #767676. Windows color (decimal): -7710244 or 14440842. OLE color: 14440842.

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

Color convert

RGB 138 89 220 -
CMYK 0.37 0.60 0 0.14
HSL 262.44º 0.65% 0.61% -
HSV(B) 262.44º 0.6% 0.86% -
XYZ 26.97 17.72 69.71 -
YUV 118.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 138 89 220 0.37 0.60 0 0.14 262.44 0.65 0.61
Hex 8A 59 DC 25 3C 0 E 106 41 3D
Octal 212 131 334 45 74 0 16 406 101 75
Binary 10001010 1011001 11011100 100101 111100 0 1110 100000110 1000001 111101

Color Harmonies of #8A59DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A59DC

Black with #8A59DC

Text Example


Text Example

White with #8A59DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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