Html Css Color HEX #8D75E4 Medium Purple

📋 copy color: '#8D75E4'

red 141 ◦ green 117 ◦ blue 228

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

Shades of Medium Purple #8D75E4

Tints of Medium Purple #8D75E4

RGB

 RED value IS 141 (55.47% from 255) = 29.01%

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

 BLUE value IS 228 (89.45% from 255) = 46.91%

R = 29.01%
G = 24.07%
B = 46.91%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8D75E4 (or 0x8D75E4) is known color: Medium Purple. HEX triplet: 8D, 75 and E4. RGB value is (141,117,228). Sum of RGB (Red+Green+Blue) = 141+117+228=486 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.01% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 228 (89.45% from 255 or 46.91% from 486); Max value from RGB is 228 - color contains mainly: blue. Hex color #8D75E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D75E4 is #728A1B. Grayscale: #888888. Windows color (decimal): -7506460 or 14972301. OLE color: 14972301.

HSL color Cylindrical-coordinate representation of color #8D75E4: hue angle of 252.97º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D75E4 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 141 117 228 -
CMYK 0.38 0.49 0 0.11
HSL 252.97º 0.67% 0.68% -
HSV(B) 252.97º 0.49% 0.89% -
XYZ 31.35 23.99 76.38 -
YUV 136.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 141 117 228 0.38 0.49 0 0.11 252.97 0.67 0.68
Hex 8D 75 E4 26 31 0 B FD 43 44
Octal 215 165 344 46 61 0 13 375 103 104
Binary 10001101 1110101 11100100 100110 110001 0 1011 11111101 1000011 1000100

Color Harmonies of #8D75E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D75E4

Black with #8D75E4

Text Example


Text Example

White with #8D75E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,117,228); }

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

background-color css

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

 a { background-color: rgb(141,117,228); }

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

border-color css

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

 span { border-color: rgb(141,117,228); }

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