Html Css Color HEX #8F81DC Medium Purple

📋 copy color: '#8F81DC'

red 143 ◦ green 129 ◦ blue 220

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

Shades of Medium Purple #8F81DC

Tints of Medium Purple #8F81DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 29.07%
G = 26.22%
B = 44.72%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F81DC (or 0x8F81DC) is known color: Medium Purple. HEX triplet: 8F, 81 and DC. RGB value is (143,129,220). Sum of RGB (Red+Green+Blue) = 143+129+220=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F81DC is #707E23. Grayscale: #8F8F8F. Windows color (decimal): -7372324 or 14451087. OLE color: 14451087.

HSL color Cylindrical-coordinate representation of color #8F81DC: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F81DC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 129 220 -
CMYK 0.35 0.41 0 0.14
HSL 249.23º 0.57% 0.68% -
HSV(B) 249.23º 0.41% 0.86% -
XYZ 32.1 26.71 71.17 -
YUV 143.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 143 129 220 0.35 0.41 0 0.14 249.23 0.57 0.68
Hex 8F 81 DC 23 29 0 E F9 39 44
Octal 217 201 334 43 51 0 16 371 71 104
Binary 10001111 10000001 11011100 100011 101001 0 1110 11111001 111001 1000100

Color Harmonies of #8F81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F81DC

Black with #8F81DC

Text Example


Text Example

White with #8F81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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