Html Css Color HEX #8F77DC Medium Purple

📋 copy color: '#8F77DC'

red 143 ◦ green 119 ◦ blue 220

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

Shades of Medium Purple #8F77DC

Tints of Medium Purple #8F77DC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.69%

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

R = 29.67%
G = 24.69%
B = 45.64%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8F77DC (or 0x8F77DC) is known color: Medium Purple. HEX triplet: 8F, 77 and DC. RGB value is (143,119,220). Sum of RGB (Red+Green+Blue) = 143+119+220=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F77DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F77DC is #708823. Grayscale: #898989. Windows color (decimal): -7374884 or 14448527. OLE color: 14448527.

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

Color convert

RGB 143 119 220 -
CMYK 0.35 0.46 0 0.14
HSL 254.26º 0.59% 0.66% -
HSV(B) 254.26º 0.46% 0.86% -
XYZ 30.84 24.2 70.76 -
YUV 137.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 143 119 220 0.35 0.46 0 0.14 254.26 0.59 0.66
Hex 8F 77 DC 23 2E 0 E FE 3B 42
Octal 217 167 334 43 56 0 16 376 73 102
Binary 10001111 1110111 11011100 100011 101110 0 1110 11111110 111011 1000010

Color Harmonies of #8F77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F77DC

Black with #8F77DC

Text Example


Text Example

White with #8F77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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