Html Css Color HEX #8959DB Medium Purple

📋 copy color: '#8959DB'

red 137 ◦ green 89 ◦ blue 219

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

Shades of Medium Purple #8959DB

Tints of Medium Purple #8959DB

RGB

 RED value IS 137 (53.91% from 255) = 30.79%

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

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

R = 30.79%
G = 20%
B = 49.21%

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

#8959DB (or 0x8959DB) is known color: Medium Purple. HEX triplet: 89, 59 and DB. RGB value is (137,89,219). Sum of RGB (Red+Green+Blue) = 137+89+219=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #8959DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8959DB is #76A624. Grayscale: #757575. Windows color (decimal): -7775781 or 14375305. OLE color: 14375305.

HSL color Cylindrical-coordinate representation of color #8959DB: hue angle of 262.15º 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 #8959DB is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 89 219 -
CMYK 0.37 0.59 0 0.14
HSL 262.15º 0.64% 0.6% -
HSV(B) 262.15º 0.59% 0.86% -
XYZ 26.68 17.58 69 -
YUV 118.17 184.9 141.43 -
System Red Green Blue C M Y K H S L
Decimal 137 89 219 0.37 0.59 0 0.14 262.15 0.64 0.6
Hex 89 59 DB 25 3B 0 E 106 40 3C
Octal 211 131 333 45 73 0 16 406 100 74
Binary 10001001 1011001 11011011 100101 111011 0 1110 100000110 1000000 111100

Color Harmonies of #8959DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8959DB

Black with #8959DB

Text Example


Text Example

White with #8959DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8959DB; }

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

 H1.HeaderClassName
 {
   color: #8959DB;
 }
 .AnyTagClassName
 {
   color: #8959DB;
 }
</style>

background-color css

<style>
 a { background-color: #8959DB; }

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

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

border-color css

<style>
 span { border-color: #8959DB; }

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

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