Html Css Color HEX #8C70EB Medium Purple

📋 copy color: '#8C70EB'

red 140 ◦ green 112 ◦ blue 235

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

Shades of Medium Purple #8C70EB

Tints of Medium Purple #8C70EB

RGB

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

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

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

R = 28.75%
G = 23%
B = 48.25%

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

#8C70EB (or 0x8C70EB) is known color: Medium Purple. HEX triplet: 8C, 70 and EB. RGB value is (140,112,235). Sum of RGB (Red+Green+Blue) = 140+112+235=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #8C70EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C70EB is #738F14. Grayscale: #858585. Windows color (decimal): -7573269 or 15429772. OLE color: 15429772.

HSL color Cylindrical-coordinate representation of color #8C70EB: hue angle of 253.66º 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 #8C70EB is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 140 112 235 -
CMYK 0.40 0.52 0 0.08
HSL 253.66º 0.75% 0.68% -
HSV(B) 253.66º 0.52% 0.92% -
XYZ 31.6 23.16 81.4 -
YUV 134.39 184.78 132 -
System Red Green Blue C M Y K H S L
Decimal 140 112 235 0.40 0.52 0 0.08 253.66 0.75 0.68
Hex 8C 70 EB 28 34 0 8 FE 4B 44
Octal 214 160 353 50 64 0 10 376 113 104
Binary 10001100 1110000 11101011 101000 110100 0 1000 11111110 1001011 1000100

Color Harmonies of #8C70EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C70EB

Black with #8C70EB

Text Example


Text Example

White with #8C70EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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