Html Css Color HEX #8672DF Medium Purple

📋 copy color: '#8672DF'

red 134 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #8672DF

Tints of Medium Purple #8672DF

RGB

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

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

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

R = 28.45%
G = 24.2%
B = 47.35%

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

#8672DF (or 0x8672DF) is known color: Medium Purple. HEX triplet: 86, 72 and DF. RGB value is (134,114,223). Sum of RGB (Red+Green+Blue) = 134+114+223=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #8672DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8672DF is #798D20. Grayscale: #838383. Windows color (decimal): -7965985 or 14643846. OLE color: 14643846.

HSL color Cylindrical-coordinate representation of color #8672DF: hue angle of 251.01º 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 #8672DF is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 114 223 -
CMYK 0.40 0.49 0 0.13
HSL 251.01º 0.63% 0.66% -
HSV(B) 251.01º 0.49% 0.87% -
XYZ 29.17 22.43 72.6 -
YUV 132.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 134 114 223 0.40 0.49 0 0.13 251.01 0.63 0.66
Hex 86 72 DF 28 31 0 D FB 3F 42
Octal 206 162 337 50 61 0 15 373 77 102
Binary 10000110 1110010 11011111 101000 110001 0 1101 11111011 111111 1000010

Color Harmonies of #8672DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672DF

Black with #8672DF

Text Example


Text Example

White with #8672DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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