Html Css Color HEX #8674E0 Medium Purple

📋 copy color: '#8674E0'

red 134 ◦ green 116 ◦ blue 224

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

Shades of Medium Purple #8674E0

Tints of Medium Purple #8674E0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.47%

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

R = 28.27%
G = 24.47%
B = 47.26%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8674E0 (or 0x8674E0) is known color: Medium Purple. HEX triplet: 86, 74 and E0. RGB value is (134,116,224). Sum of RGB (Red+Green+Blue) = 134+116+224=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 116 (45.70% from 255 or 24.47% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #8674E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8674E0 is #798B1F. Grayscale: #858585. Windows color (decimal): -7965472 or 14709894. OLE color: 14709894.

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

Color convert

RGB 134 116 224 -
CMYK 0.40 0.48 0 0.12
HSL 250º 0.64% 0.67% -
HSV(B) 250º 0.48% 0.88% -
XYZ 29.53 22.94 73.39 -
YUV 133.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 134 116 224 0.40 0.48 0 0.12 250 0.64 0.67
Hex 86 74 E0 28 30 0 C FA 40 43
Octal 206 164 340 50 60 0 14 372 100 103
Binary 10000110 1110100 11100000 101000 110000 0 1100 11111010 1000000 1000011

Color Harmonies of #8674E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8674E0

Black with #8674E0

Text Example


Text Example

White with #8674E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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