Html Css Color HEX #8A59DB Medium Purple

📋 copy color: '#8A59DB'

red 138 ◦ green 89 ◦ blue 219

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

Shades of Medium Purple #8A59DB

Tints of Medium Purple #8A59DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 30.94%
G = 19.96%
B = 49.1%

CMYK

 C value IS 0.37

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8A59DB (or 0x8A59DB) is known color: Medium Purple. HEX triplet: 8A, 59 and DB. RGB value is (138,89,219). Sum of RGB (Red+Green+Blue) = 138+89+219=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #8A59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59DB is #75A624. Grayscale: #767676. Windows color (decimal): -7710245 or 14375306. OLE color: 14375306.

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

Color convert

RGB 138 89 219 -
CMYK 0.37 0.59 0 0.14
HSL 262.62º 0.64% 0.6% -
HSV(B) 262.62º 0.59% 0.86% -
XYZ 26.84 17.66 69.01 -
YUV 118.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 138 89 219 0.37 0.59 0 0.14 262.62 0.64 0.6
Hex 8A 59 DB 25 3B 0 E 107 40 3C
Octal 212 131 333 45 73 0 16 407 100 74
Binary 10001010 1011001 11011011 100101 111011 0 1110 100000111 1000000 111100

Color Harmonies of #8A59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A59DB

Black with #8A59DB

Text Example


Text Example

White with #8A59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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