Html Css Color HEX #8C71E9 Medium Purple

📋 copy color: '#8C71E9'

red 140 ◦ green 113 ◦ blue 233

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

Shades of Medium Purple #8C71E9

Tints of Medium Purple #8C71E9

RGB

 RED value IS 140 (55.08% from 255) = 28.81%

 GREEN value IS 113 (44.53% from 255) = 23.25%

 BLUE value IS 233 (91.41% from 255) = 47.94%

R = 28.81%
G = 23.25%
B = 47.94%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8C71E9 (or 0x8C71E9) is known color: Medium Purple. HEX triplet: 8C, 71 and E9. RGB value is (140,113,233). Sum of RGB (Red+Green+Blue) = 140+113+233=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #8C71E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C71E9 is #738E16. Grayscale: #868686. Windows color (decimal): -7573015 or 15298956. OLE color: 15298956.

HSL color Cylindrical-coordinate representation of color #8C71E9: hue angle of 253.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C71E9 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 113 233 -
CMYK 0.40 0.52 0 0.09
HSL 253.5º 0.73% 0.68% -
HSV(B) 253.5º 0.52% 0.91% -
XYZ 31.43 23.27 79.93 -
YUV 134.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 140 113 233 0.40 0.52 0 0.09 253.5 0.73 0.68
Hex 8C 71 E9 28 34 0 9 FE 49 44
Octal 214 161 351 50 64 0 11 376 111 104
Binary 10001100 1110001 11101001 101000 110100 0 1001 11111110 1001001 1000100

Color Harmonies of #8C71E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C71E9

Black with #8C71E9

Text Example


Text Example

White with #8C71E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,233); }

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

background-color css

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

 a { background-color: rgb(140,113,233); }

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

border-color css

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

 span { border-color: rgb(140,113,233); }

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