Html Css Color HEX #8C70E5 Medium Purple

📋 copy color: '#8C70E5'

red 140 ◦ green 112 ◦ blue 229

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

Shades of Medium Purple #8C70E5

Tints of Medium Purple #8C70E5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.28%

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 29.11%
G = 23.28%
B = 47.61%

CMYK

 C value IS 0.39

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8C70E5 (or 0x8C70E5) is known color: Medium Purple. HEX triplet: 8C, 70 and E5. RGB value is (140,112,229). Sum of RGB (Red+Green+Blue) = 140+112+229=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C70E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C70E5 is #738F1A. Grayscale: #858585. Windows color (decimal): -7573275 or 15036556. OLE color: 15036556.

HSL color Cylindrical-coordinate representation of color #8C70E5: hue angle of 254.36º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C70E5 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 112 229 -
CMYK 0.39 0.51 0 0.10
HSL 254.36º 0.69% 0.67% -
HSV(B) 254.36º 0.51% 0.9% -
XYZ 30.75 22.82 76.91 -
YUV 133.71 181.78 132.49 -
System Red Green Blue C M Y K H S L
Decimal 140 112 229 0.39 0.51 0 0.10 254.36 0.69 0.67
Hex 8C 70 E5 27 33 0 A FE 45 43
Octal 214 160 345 47 63 0 12 376 105 103
Binary 10001100 1110000 11100101 100111 110011 0 1010 11111110 1000101 1000011

Color Harmonies of #8C70E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C70E5

Black with #8C70E5

Text Example


Text Example

White with #8C70E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,229); }

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

background-color css

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

 a { background-color: rgb(140,112,229); }

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

border-color css

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

 span { border-color: rgb(140,112,229); }

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