Html Css Color HEX #8972DF Medium Purple

📋 copy color: '#8972DF'

red 137 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #8972DF

Tints of Medium Purple #8972DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.05%

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 28.9%
G = 24.05%
B = 47.05%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8972DF (or 0x8972DF) is known color: Medium Purple. HEX triplet: 89, 72 and DF. RGB value is (137,114,223). Sum of RGB (Red+Green+Blue) = 137+114+223=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #8972DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8972DF is #768D20. Grayscale: #848484. Windows color (decimal): -7769377 or 14643849. OLE color: 14643849.

HSL color Cylindrical-coordinate representation of color #8972DF: hue angle of 252.66º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8972DF is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 114 223 -
CMYK 0.39 0.49 0 0.13
HSL 252.66º 0.63% 0.66% -
HSV(B) 252.66º 0.49% 0.87% -
XYZ 29.65 22.68 72.63 -
YUV 133.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 137 114 223 0.39 0.49 0 0.13 252.66 0.63 0.66
Hex 89 72 DF 27 31 0 D FD 3F 42
Octal 211 162 337 47 61 0 15 375 77 102
Binary 10001001 1110010 11011111 100111 110001 0 1101 11111101 111111 1000010

Color Harmonies of #8972DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8972DF

Black with #8972DF

Text Example


Text Example

White with #8972DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8972DF; }

 p { color: rgb(137,114,223); }

 H1.HeaderClassName
 {
   color: #8972DF;
 }
 .AnyTagClassName
 {
   color: #8972DF;
 }
</style>

background-color css

<style>
 a { background-color: #8972DF; }

 a { background-color: rgb(137,114,223); }

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

border-color css

<style>
 span { border-color: #8972DF; }

 span { border-color: rgb(137,114,223); }

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