Html Css Color HEX #8671DF Medium Purple

📋 copy color: '#8671DF'

red 134 ◦ green 113 ◦ blue 223

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

Shades of Medium Purple #8671DF

Tints of Medium Purple #8671DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.04%

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

R = 28.51%
G = 24.04%
B = 47.45%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8671DF (or 0x8671DF) is known color: Medium Purple. HEX triplet: 86, 71 and DF. RGB value is (134,113,223). Sum of RGB (Red+Green+Blue) = 134+113+223=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8671DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8671DF is #798E20. Grayscale: #838383. Windows color (decimal): -7966241 or 14643590. OLE color: 14643590.

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

Color convert

RGB 134 113 223 -
CMYK 0.40 0.49 0 0.13
HSL 251.45º 0.63% 0.66% -
HSV(B) 251.45º 0.49% 0.87% -
XYZ 29.06 22.21 72.57 -
YUV 131.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 134 113 223 0.40 0.49 0 0.13 251.45 0.63 0.66
Hex 86 71 DF 28 31 0 D FB 3F 42
Octal 206 161 337 50 61 0 15 373 77 102
Binary 10000110 1110001 11011111 101000 110001 0 1101 11111011 111111 1000010

Color Harmonies of #8671DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8671DF

Black with #8671DF

Text Example


Text Example

White with #8671DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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