Html Css Color HEX #8E75DC Medium Purple

📋 copy color: '#8E75DC'

red 142 ◦ green 117 ◦ blue 220

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

Shades of Medium Purple #8E75DC

Tints of Medium Purple #8E75DC

RGB

 RED value IS 142 (55.86% from 255) = 29.65%

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

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

R = 29.65%
G = 24.43%
B = 45.93%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E75DC (or 0x8E75DC) is known color: Medium Purple. HEX triplet: 8E, 75 and DC. RGB value is (142,117,220). Sum of RGB (Red+Green+Blue) = 142+117+220=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E75DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E75DC is #718A23. Grayscale: #878787. Windows color (decimal): -7440932 or 14448014. OLE color: 14448014.

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

Color convert

RGB 142 117 220 -
CMYK 0.35 0.47 0 0.14
HSL 254.56º 0.6% 0.66% -
HSV(B) 254.56º 0.47% 0.86% -
XYZ 30.43 23.64 70.67 -
YUV 136.22 175.28 132.12 -
System Red Green Blue C M Y K H S L
Decimal 142 117 220 0.35 0.47 0 0.14 254.56 0.6 0.66
Hex 8E 75 DC 23 2F 0 E FF 3C 42
Octal 216 165 334 43 57 0 16 377 74 102
Binary 10001110 1110101 11011100 100011 101111 0 1110 11111111 111100 1000010

Color Harmonies of #8E75DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E75DC

Black with #8E75DC

Text Example


Text Example

White with #8E75DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,117,220); }

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

background-color css

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

 a { background-color: rgb(142,117,220); }

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

border-color css

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

 span { border-color: rgb(142,117,220); }

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