Html Css Color HEX #8468D8 Medium Purple

📋 copy color: '#8468D8'

red 132 ◦ green 104 ◦ blue 216

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

Shades of Medium Purple #8468D8

Tints of Medium Purple #8468D8

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.01%

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 29.2%
G = 23.01%
B = 47.79%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8468D8 (or 0x8468D8) is known color: Medium Purple. HEX triplet: 84, 68 and D8. RGB value is (132,104,216). Sum of RGB (Red+Green+Blue) = 132+104+216=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #8468D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468D8 is #7B9727. Grayscale: #7C7C7C. Windows color (decimal): -8099624 or 14182532. OLE color: 14182532.

HSL color Cylindrical-coordinate representation of color #8468D8: hue angle of 255º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8468D8 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 104 216 -
CMYK 0.39 0.52 0 0.15
HSL 255º 0.59% 0.63% -
HSV(B) 255º 0.52% 0.85% -
XYZ 26.86 19.76 67.36 -
YUV 125.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 132 104 216 0.39 0.52 0 0.15 255 0.59 0.63
Hex 84 68 D8 27 34 0 F FF 3B 3F
Octal 204 150 330 47 64 0 17 377 73 77
Binary 10000100 1101000 11011000 100111 110100 0 1111 11111111 111011 111111

Color Harmonies of #8468D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8468D8

Black with #8468D8

Text Example


Text Example

White with #8468D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8468D8; }

 p { color: rgb(132,104,216); }

 H1.HeaderClassName
 {
   color: #8468D8;
 }
 .AnyTagClassName
 {
   color: #8468D8;
 }
</style>

background-color css

<style>
 a { background-color: #8468D8; }

 a { background-color: rgb(132,104,216); }

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

border-color css

<style>
 span { border-color: #8468D8; }

 span { border-color: rgb(132,104,216); }

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