Html Css Color HEX #8C71EB Medium Purple

📋 copy color: '#8C71EB'

red 140 ◦ green 113 ◦ blue 235

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

Shades of Medium Purple #8C71EB

Tints of Medium Purple #8C71EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 28.69%
G = 23.16%
B = 48.16%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8C71EB (or 0x8C71EB) is known color: Medium Purple. HEX triplet: 8C, 71 and EB. RGB value is (140,113,235). Sum of RGB (Red+Green+Blue) = 140+113+235=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C71EB is #738E14. Grayscale: #868686. Windows color (decimal): -7573013 or 15430028. OLE color: 15430028.

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

Color convert

RGB 140 113 235 -
CMYK 0.40 0.52 0 0.08
HSL 253.28º 0.75% 0.68% -
HSV(B) 253.28º 0.52% 0.92% -
XYZ 31.72 23.38 81.44 -
YUV 134.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 140 113 235 0.40 0.52 0 0.08 253.28 0.75 0.68
Hex 8C 71 EB 28 34 0 8 FD 4B 44
Octal 214 161 353 50 64 0 10 375 113 104
Binary 10001100 1110001 11101011 101000 110100 0 1000 11111101 1001011 1000100

Color Harmonies of #8C71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C71EB

Black with #8C71EB

Text Example


Text Example

White with #8C71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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