Html Css Color HEX #8F75ED Medium Purple

📋 copy color: '#8F75ED'

red 143 ◦ green 117 ◦ blue 237

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

Shades of Medium Purple #8F75ED

Tints of Medium Purple #8F75ED

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.54%

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 28.77%
G = 23.54%
B = 47.69%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8F75ED (or 0x8F75ED) is known color: Medium Purple. HEX triplet: 8F, 75 and ED. RGB value is (143,117,237). Sum of RGB (Red+Green+Blue) = 143+117+237=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 117 (46.09% from 255 or 23.54% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #8F75ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F75ED is #708A12. Grayscale: #8A8A8A. Windows color (decimal): -7375379 or 15562127. OLE color: 15562127.

HSL color Cylindrical-coordinate representation of color #8F75ED: hue angle of 253º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F75ED is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 117 237 -
CMYK 0.40 0.51 0 0.07
HSL 253º 0.77% 0.69% -
HSV(B) 253º 0.51% 0.93% -
XYZ 32.98 24.68 83.15 -
YUV 138.45 183.61 131.24 -
System Red Green Blue C M Y K H S L
Decimal 143 117 237 0.40 0.51 0 0.07 253 0.77 0.69
Hex 8F 75 ED 28 33 0 7 FD 4D 45
Octal 217 165 355 50 63 0 7 375 115 105
Binary 10001111 1110101 11101101 101000 110011 0 111 11111101 1001101 1000101

Color Harmonies of #8F75ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F75ED

Black with #8F75ED

Text Example


Text Example

White with #8F75ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,117,237); }

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

background-color css

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

 a { background-color: rgb(143,117,237); }

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

border-color css

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

 span { border-color: rgb(143,117,237); }

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