Html Css Color HEX #8F72DA Medium Purple

📋 copy color: '#8F72DA'

red 143 ◦ green 114 ◦ blue 218

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

Shades of Medium Purple #8F72DA

Tints of Medium Purple #8F72DA

RGB

 RED value IS 143 (56.25% from 255) = 30.11%

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 30.11%
G = 24%
B = 45.89%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8F72DA (or 0x8F72DA) is known color: Medium Purple. HEX triplet: 8F, 72 and DA. RGB value is (143,114,218). Sum of RGB (Red+Green+Blue) = 143+114+218=475 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.11% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F72DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F72DA is #708D25. Grayscale: #868686. Windows color (decimal): -7376166 or 14316175. OLE color: 14316175.

HSL color Cylindrical-coordinate representation of color #8F72DA: hue angle of 256.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F72DA is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 143 114 218 -
CMYK 0.34 0.48 0 0.15
HSL 256.73º 0.58% 0.65% -
HSV(B) 256.73º 0.48% 0.85% -
XYZ 30 22.94 69.18 -
YUV 134.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 143 114 218 0.34 0.48 0 0.15 256.73 0.58 0.65
Hex 8F 72 DA 22 30 0 F 101 3A 41
Octal 217 162 332 42 60 0 17 401 72 101
Binary 10001111 1110010 11011010 100010 110000 0 1111 100000001 111010 1000001

Color Harmonies of #8F72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F72DA

Black with #8F72DA

Text Example


Text Example

White with #8F72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,114,218); }

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

background-color css

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

 a { background-color: rgb(143,114,218); }

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

border-color css

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

 span { border-color: rgb(143,114,218); }

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