Html Css Color HEX #8456DA Medium Purple

📋 copy color: '#8456DA'

red 132 ◦ green 86 ◦ blue 218

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

Shades of Medium Purple #8456DA

Tints of Medium Purple #8456DA

RGB

 RED value IS 132 (51.95% from 255) = 30.28%

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

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

R = 30.28%
G = 19.72%
B = 50%

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

#8456DA (or 0x8456DA) is known color: Medium Purple. HEX triplet: 84, 56 and DA. RGB value is (132,86,218). Sum of RGB (Red+Green+Blue) = 132+86+218=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #8456DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8456DA is #7BA925. Grayscale: #727272. Windows color (decimal): -8104230 or 14308996. OLE color: 14308996.

HSL color Cylindrical-coordinate representation of color #8456DA: hue angle of 260.91º 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 #8456DA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 86 218 -
CMYK 0.39 0.61 0 0.15
HSL 260.91º 0.64% 0.6% -
HSV(B) 260.91º 0.61% 0.85% -
XYZ 25.5 16.62 68.19 -
YUV 114.8 186.24 140.27 -
System Red Green Blue C M Y K H S L
Decimal 132 86 218 0.39 0.61 0 0.15 260.91 0.64 0.6
Hex 84 56 DA 27 3D 0 F 105 40 3C
Octal 204 126 332 47 75 0 17 405 100 74
Binary 10000100 1010110 11011010 100111 111101 0 1111 100000101 1000000 111100

Color Harmonies of #8456DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8456DA

Black with #8456DA

Text Example


Text Example

White with #8456DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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