Html Css Color HEX #8F77EA Medium Purple

📋 copy color: '#8F77EA'

red 143 ◦ green 119 ◦ blue 234

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

Shades of Medium Purple #8F77EA

Tints of Medium Purple #8F77EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.18%

R = 28.83%
G = 23.99%
B = 47.18%

CMYK

 C value IS 0.39

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F77EA (or 0x8F77EA) is known color: Medium Purple. HEX triplet: 8F, 77 and EA. RGB value is (143,119,234). Sum of RGB (Red+Green+Blue) = 143+119+234=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 119 (46.88% from 255 or 23.99% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F77EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F77EA is #708815. Grayscale: #8A8A8A. Windows color (decimal): -7374870 or 15366031. OLE color: 15366031.

HSL color Cylindrical-coordinate representation of color #8F77EA: hue angle of 252.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F77EA is Cyan = 0.39, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 119 234 -
CMYK 0.39 0.49 0 0.08
HSL 252.52º 0.73% 0.69% -
HSV(B) 252.52º 0.49% 0.92% -
XYZ 32.78 24.97 80.93 -
YUV 139.29 181.45 130.65 -
System Red Green Blue C M Y K H S L
Decimal 143 119 234 0.39 0.49 0 0.08 252.52 0.73 0.69
Hex 8F 77 EA 27 31 0 8 FD 49 45
Octal 217 167 352 47 61 0 10 375 111 105
Binary 10001111 1110111 11101010 100111 110001 0 1000 11111101 1001001 1000101

Color Harmonies of #8F77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F77EA

Black with #8F77EA

Text Example


Text Example

White with #8F77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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