Html Css Color HEX #8656DA Medium Purple

📋 copy color: '#8656DA'

red 134 ◦ green 86 ◦ blue 218

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

Shades of Medium Purple #8656DA

Tints of Medium Purple #8656DA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

 BLUE value IS 218 (85.55% from 255) = 49.77%

R = 30.59%
G = 19.63%
B = 49.77%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8656DA (or 0x8656DA) is known color: Medium Purple. HEX triplet: 86, 56 and DA. RGB value is (134,86,218). Sum of RGB (Red+Green+Blue) = 134+86+218=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #8656DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656DA is #79A925. Grayscale: #727272. Windows color (decimal): -7973158 or 14308998. OLE color: 14308998.

HSL color Cylindrical-coordinate representation of color #8656DA: hue angle of 261.82º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8656DA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 86 218 -
CMYK 0.39 0.61 0 0.15
HSL 261.82º 0.64% 0.6% -
HSV(B) 261.82º 0.61% 0.85% -
XYZ 25.81 16.79 68.21 -
YUV 115.4 185.9 141.27 -
System Red Green Blue C M Y K H S L
Decimal 134 86 218 0.39 0.61 0 0.15 261.82 0.64 0.6
Hex 86 56 DA 27 3D 0 F 106 40 3C
Octal 206 126 332 47 75 0 17 406 100 74
Binary 10000110 1010110 11011010 100111 111101 0 1111 100000110 1000000 111100

Color Harmonies of #8656DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8656DA

Black with #8656DA

Text Example


Text Example

White with #8656DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8656DA; }

 p { color: rgb(134,86,218); }

 H1.HeaderClassName
 {
   color: #8656DA;
 }
 .AnyTagClassName
 {
   color: #8656DA;
 }
</style>

background-color css

<style>
 a { background-color: #8656DA; }

 a { background-color: rgb(134,86,218); }

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

border-color css

<style>
 span { border-color: #8656DA; }

 span { border-color: rgb(134,86,218); }

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