Html Css Color HEX #8F81DD Medium Purple

📋 copy color: '#8F81DD'

red 143 ◦ green 129 ◦ blue 221

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

Shades of Medium Purple #8F81DD

Tints of Medium Purple #8F81DD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.17%

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

R = 29.01%
G = 26.17%
B = 44.83%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8F81DD (or 0x8F81DD) is known color: Medium Purple. HEX triplet: 8F, 81 and DD. RGB value is (143,129,221). Sum of RGB (Red+Green+Blue) = 143+129+221=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #8F81DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81DD is #707E22. Grayscale: #8F8F8F. Windows color (decimal): -7372323 or 14516623. OLE color: 14516623.

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

Color convert

RGB 143 129 221 -
CMYK 0.35 0.42 0 0.13
HSL 249.13º 0.58% 0.69% -
HSV(B) 249.13º 0.42% 0.87% -
XYZ 32.23 26.76 71.87 -
YUV 143.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 143 129 221 0.35 0.42 0 0.13 249.13 0.58 0.69
Hex 8F 81 DD 23 2A 0 D F9 3A 45
Octal 217 201 335 43 52 0 15 371 72 105
Binary 10001111 10000001 11011101 100011 101010 0 1101 11111001 111010 1000101

Color Harmonies of #8F81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F81DD

Black with #8F81DD

Text Example


Text Example

White with #8F81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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