Html Css Color HEX #8678DF Medium Purple

📋 copy color: '#8678DF'

red 134 ◦ green 120 ◦ blue 223

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

Shades of Medium Purple #8678DF

Tints of Medium Purple #8678DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.16%

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 28.09%
G = 25.16%
B = 46.75%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8678DF (or 0x8678DF) is known color: Medium Purple. HEX triplet: 86, 78 and DF. RGB value is (134,120,223). Sum of RGB (Red+Green+Blue) = 134+120+223=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 120 (47.27% from 255 or 25.16% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #8678DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8678DF is #798720. Grayscale: #878787. Windows color (decimal): -7964449 or 14645382. OLE color: 14645382.

HSL color Cylindrical-coordinate representation of color #8678DF: hue angle of 248.16º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8678DF is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 120 223 -
CMYK 0.40 0.46 0 0.13
HSL 248.16º 0.62% 0.67% -
HSV(B) 248.16º 0.46% 0.87% -
XYZ 29.87 23.83 72.84 -
YUV 135.93 177.14 126.62 -
System Red Green Blue C M Y K H S L
Decimal 134 120 223 0.40 0.46 0 0.13 248.16 0.62 0.67
Hex 86 78 DF 28 2E 0 D F8 3E 43
Octal 206 170 337 50 56 0 15 370 76 103
Binary 10000110 1111000 11011111 101000 101110 0 1101 11111000 111110 1000011

Color Harmonies of #8678DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8678DF

Black with #8678DF

Text Example


Text Example

White with #8678DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8678DF; }

 p { color: rgb(134,120,223); }

 H1.HeaderClassName
 {
   color: #8678DF;
 }
 .AnyTagClassName
 {
   color: #8678DF;
 }
</style>

background-color css

<style>
 a { background-color: #8678DF; }

 a { background-color: rgb(134,120,223); }

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

border-color css

<style>
 span { border-color: #8678DF; }

 span { border-color: rgb(134,120,223); }

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