Html Css Color HEX #8973DC Medium Purple

📋 copy color: '#8973DC'

red 137 ◦ green 115 ◦ blue 220

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

Shades of Medium Purple #8973DC

Tints of Medium Purple #8973DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.36%

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

R = 29.03%
G = 24.36%
B = 46.61%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8973DC (or 0x8973DC) is known color: Medium Purple. HEX triplet: 89, 73 and DC. RGB value is (137,115,220). Sum of RGB (Red+Green+Blue) = 137+115+220=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #8973DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8973DC is #768C23. Grayscale: #858585. Windows color (decimal): -7769124 or 14447497. OLE color: 14447497.

HSL color Cylindrical-coordinate representation of color #8973DC: hue angle of 252.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8973DC is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 115 220 -
CMYK 0.38 0.48 0 0.14
HSL 252.57º 0.6% 0.66% -
HSV(B) 252.57º 0.48% 0.86% -
XYZ 29.37 22.75 70.55 -
YUV 133.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 137 115 220 0.38 0.48 0 0.14 252.57 0.6 0.66
Hex 89 73 DC 26 30 0 E FD 3C 42
Octal 211 163 334 46 60 0 16 375 74 102
Binary 10001001 1110011 11011100 100110 110000 0 1110 11111101 111100 1000010

Color Harmonies of #8973DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973DC

Black with #8973DC

Text Example


Text Example

White with #8973DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8973DC; }

 p { color: rgb(137,115,220); }

 H1.HeaderClassName
 {
   color: #8973DC;
 }
 .AnyTagClassName
 {
   color: #8973DC;
 }
</style>

background-color css

<style>
 a { background-color: #8973DC; }

 a { background-color: rgb(137,115,220); }

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

border-color css

<style>
 span { border-color: #8973DC; }

 span { border-color: rgb(137,115,220); }

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