Html Css Color HEX #8675E1 Medium Purple

📋 copy color: '#8675E1'

red 134 ◦ green 117 ◦ blue 225

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

Shades of Medium Purple #8675E1

Tints of Medium Purple #8675E1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.58%

 BLUE value IS 225 (88.28% from 255) = 47.27%

R = 28.15%
G = 24.58%
B = 47.27%

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

#8675E1 (or 0x8675E1) is known color: Medium Purple. HEX triplet: 86, 75 and E1. RGB value is (134,117,225). Sum of RGB (Red+Green+Blue) = 134+117+225=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 225 (88.28% from 255 or 47.27% from 476); Max value from RGB is 225 - color contains mainly: blue. Hex color #8675E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8675E1 is #798A1E. Grayscale: #858585. Windows color (decimal): -7965215 or 14775686. OLE color: 14775686.

HSL color Cylindrical-coordinate representation of color #8675E1: hue angle of 249.44º 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 #8675E1 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 134 117 225 -
CMYK 0.40 0.48 0 0.12
HSL 249.44º 0.64% 0.67% -
HSV(B) 249.44º 0.48% 0.88% -
XYZ 29.78 23.23 74.15 -
YUV 134.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 134 117 225 0.40 0.48 0 0.12 249.44 0.64 0.67
Hex 86 75 E1 28 30 0 C F9 40 43
Octal 206 165 341 50 60 0 14 371 100 103
Binary 10000110 1110101 11100001 101000 110000 0 1100 11111001 1000000 1000011

Color Harmonies of #8675E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8675E1

Black with #8675E1

Text Example


Text Example

White with #8675E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8675E1; }

 p { color: rgb(134,117,225); }

 H1.HeaderClassName
 {
   color: #8675E1;
 }
 .AnyTagClassName
 {
   color: #8675E1;
 }
</style>

background-color css

<style>
 a { background-color: #8675E1; }

 a { background-color: rgb(134,117,225); }

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

border-color css

<style>
 span { border-color: #8675E1; }

 span { border-color: rgb(134,117,225); }

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