Html Css Color HEX #8971DB Medium Purple

📋 copy color: '#8971DB'

red 137 ◦ green 113 ◦ blue 219

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

Shades of Medium Purple #8971DB

Tints of Medium Purple #8971DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.09%

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

R = 29.21%
G = 24.09%
B = 46.7%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8971DB (or 0x8971DB) is known color: Medium Purple. HEX triplet: 89, 71 and DB. RGB value is (137,113,219). Sum of RGB (Red+Green+Blue) = 137+113+219=469 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.21% from 469); Green value is 113 (44.53% from 255 or 24.09% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #8971DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971DB is #768E24. Grayscale: #838383. Windows color (decimal): -7769637 or 14381449. OLE color: 14381449.

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

Color convert

RGB 137 113 219 -
CMYK 0.37 0.48 0 0.14
HSL 253.58º 0.6% 0.65% -
HSV(B) 253.58º 0.48% 0.86% -
XYZ 29.01 22.24 69.78 -
YUV 132.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 137 113 219 0.37 0.48 0 0.14 253.58 0.6 0.65
Hex 89 71 DB 25 30 0 E FE 3C 41
Octal 211 161 333 45 60 0 16 376 74 101
Binary 10001001 1110001 11011011 100101 110000 0 1110 11111110 111100 1000001

Color Harmonies of #8971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8971DB

Black with #8971DB

Text Example


Text Example

White with #8971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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