Html Css Color HEX #8670E0 Medium Purple

📋 copy color: '#8670E0'

red 134 ◦ green 112 ◦ blue 224

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

Shades of Medium Purple #8670E0

Tints of Medium Purple #8670E0

RGB

 RED value IS 134 (52.73% from 255) = 28.51%

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

 BLUE value IS 224 (87.89% from 255) = 47.66%

R = 28.51%
G = 23.83%
B = 47.66%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8670E0 (or 0x8670E0) is known color: Medium Purple. HEX triplet: 86, 70 and E0. RGB value is (134,112,224). Sum of RGB (Red+Green+Blue) = 134+112+224=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 224 (87.89% from 255 or 47.66% from 470); Max value from RGB is 224 - color contains mainly: blue. Hex color #8670E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8670E0 is #798F1F. Grayscale: #828282. Windows color (decimal): -7966496 or 14708870. OLE color: 14708870.

HSL color Cylindrical-coordinate representation of color #8670E0: hue angle of 251.79º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8670E0 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 112 224 -
CMYK 0.40 0.50 0 0.12
HSL 251.79º 0.64% 0.66% -
HSV(B) 251.79º 0.5% 0.88% -
XYZ 29.08 22.04 73.24 -
YUV 131.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 134 112 224 0.40 0.50 0 0.12 251.79 0.64 0.66
Hex 86 70 E0 28 32 0 C FC 40 42
Octal 206 160 340 50 62 0 14 374 100 102
Binary 10000110 1110000 11100000 101000 110010 0 1100 11111100 1000000 1000010

Color Harmonies of #8670E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8670E0

Black with #8670E0

Text Example


Text Example

White with #8670E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8670E0; }

 p { color: rgb(134,112,224); }

 H1.HeaderClassName
 {
   color: #8670E0;
 }
 .AnyTagClassName
 {
   color: #8670E0;
 }
</style>

background-color css

<style>
 a { background-color: #8670E0; }

 a { background-color: rgb(134,112,224); }

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

border-color css

<style>
 span { border-color: #8670E0; }

 span { border-color: rgb(134,112,224); }

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