Html Css Color HEX #8F7DDD Medium Purple

📋 copy color: '#8F7DDD'

red 143 ◦ green 125 ◦ blue 221

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

Shades of Medium Purple #8F7DDD

Tints of Medium Purple #8F7DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.56%

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 29.24%
G = 25.56%
B = 45.19%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F7DDD (or 0x8F7DDD) is known color: Medium Purple. HEX triplet: 8F, 7D and DD. RGB value is (143,125,221). Sum of RGB (Red+Green+Blue) = 143+125+221=489 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.24% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F7DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DDD is #708222. Grayscale: #8C8C8C. Windows color (decimal): -7373347 or 14515599. OLE color: 14515599.

HSL color Cylindrical-coordinate representation of color #8F7DDD: hue angle of 251.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F7DDD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 125 221 -
CMYK 0.35 0.43 0 0.13
HSL 251.25º 0.59% 0.68% -
HSV(B) 251.25º 0.43% 0.87% -
XYZ 31.71 25.73 71.7 -
YUV 141.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 143 125 221 0.35 0.43 0 0.13 251.25 0.59 0.68
Hex 8F 7D DD 23 2B 0 D FB 3B 44
Octal 217 175 335 43 53 0 15 373 73 104
Binary 10001111 1111101 11011101 100011 101011 0 1101 11111011 111011 1000100

Color Harmonies of #8F7DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7DDD

Black with #8F7DDD

Text Example


Text Example

White with #8F7DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,125,221); }

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

background-color css

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

 a { background-color: rgb(143,125,221); }

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

border-color css

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

 span { border-color: rgb(143,125,221); }

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