Html Css Color HEX #8F72DF Medium Purple

📋 copy color: '#8F72DF'

red 143 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #8F72DF

Tints of Medium Purple #8F72DF

RGB

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

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

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

R = 29.79%
G = 23.75%
B = 46.46%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F72DF (or 0x8F72DF) is known color: Medium Purple. HEX triplet: 8F, 72 and DF. RGB value is (143,114,223). Sum of RGB (Red+Green+Blue) = 143+114+223=480 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.79% from 480); Green value is 114 (44.92% from 255 or 23.75% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #8F72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F72DF is #708D20. Grayscale: #868686. Windows color (decimal): -7376161 or 14643855. OLE color: 14643855.

HSL color Cylindrical-coordinate representation of color #8F72DF: hue angle of 255.96º 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 #8F72DF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 114 223 -
CMYK 0.36 0.49 0 0.13
HSL 255.96º 0.63% 0.66% -
HSV(B) 255.96º 0.49% 0.87% -
XYZ 30.66 23.2 72.67 -
YUV 135.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 143 114 223 0.36 0.49 0 0.13 255.96 0.63 0.66
Hex 8F 72 DF 24 31 0 D 100 3F 42
Octal 217 162 337 44 61 0 15 400 77 102
Binary 10001111 1110010 11011111 100100 110001 0 1101 100000000 111111 1000010

Color Harmonies of #8F72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F72DF

Black with #8F72DF

Text Example


Text Example

White with #8F72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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