Html Css Color HEX #8672D7 Medium Purple

📋 copy color: '#8672D7'

red 134 ◦ green 114 ◦ blue 215

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

Shades of Medium Purple #8672D7

Tints of Medium Purple #8672D7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

 BLUE value IS 215 (84.38% from 255) = 46.44%

R = 28.94%
G = 24.62%
B = 46.44%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8672D7 (or 0x8672D7) is known color: Medium Purple. HEX triplet: 86, 72 and D7. RGB value is (134,114,215). Sum of RGB (Red+Green+Blue) = 134+114+215=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #8672D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672D7 is #798D28. Grayscale: #838383. Windows color (decimal): -7965993 or 14119558. OLE color: 14119558.

HSL color Cylindrical-coordinate representation of color #8672D7: hue angle of 251.88º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8672D7 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 114 215 -
CMYK 0.38 0.47 0 0.16
HSL 251.88º 0.56% 0.65% -
HSV(B) 251.88º 0.47% 0.84% -
XYZ 28.11 22.01 67.06 -
YUV 131.49 175.13 129.79 -
System Red Green Blue C M Y K H S L
Decimal 134 114 215 0.38 0.47 0 0.16 251.88 0.56 0.65
Hex 86 72 D7 26 2F 0 10 FC 38 41
Octal 206 162 327 46 57 0 20 374 70 101
Binary 10000110 1110010 11010111 100110 101111 0 10000 11111100 111000 1000001

Color Harmonies of #8672D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672D7

Black with #8672D7

Text Example


Text Example

White with #8672D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8672D7; }

 p { color: rgb(134,114,215); }

 H1.HeaderClassName
 {
   color: #8672D7;
 }
 .AnyTagClassName
 {
   color: #8672D7;
 }
</style>

background-color css

<style>
 a { background-color: #8672D7; }

 a { background-color: rgb(134,114,215); }

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

border-color css

<style>
 span { border-color: #8672D7; }

 span { border-color: rgb(134,114,215); }

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