Html Css Color HEX #8F6FEA Medium Purple

📋 copy color: '#8F6FEA'

red 143 ◦ green 111 ◦ blue 234

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

Shades of Medium Purple #8F6FEA

Tints of Medium Purple #8F6FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

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

R = 29.3%
G = 22.75%
B = 47.95%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8F6FEA (or 0x8F6FEA) is known color: Medium Purple. HEX triplet: 8F, 6F and EA. RGB value is (143,111,234). Sum of RGB (Red+Green+Blue) = 143+111+234=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #8F6FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6FEA is #709015. Grayscale: #868686. Windows color (decimal): -7376918 or 15363983. OLE color: 15363983.

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

Color convert

RGB 143 111 234 -
CMYK 0.39 0.53 0 0.08
HSL 255.61º 0.75% 0.68% -
HSV(B) 255.61º 0.53% 0.92% -
XYZ 31.86 23.15 80.63 -
YUV 134.59 184.1 134 -
System Red Green Blue C M Y K H S L
Decimal 143 111 234 0.39 0.53 0 0.08 255.61 0.75 0.68
Hex 8F 6F EA 27 35 0 8 100 4B 44
Octal 217 157 352 47 65 0 10 400 113 104
Binary 10001111 1101111 11101010 100111 110101 0 1000 100000000 1001011 1000100

Color Harmonies of #8F6FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6FEA

Black with #8F6FEA

Text Example


Text Example

White with #8F6FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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