Html Css Color HEX #8468D9 Medium Purple

📋 copy color: '#8468D9'

red 132 ◦ green 104 ◦ blue 217

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

Shades of Medium Purple #8468D9

Tints of Medium Purple #8468D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.9%

R = 29.14%
G = 22.96%
B = 47.9%

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

#8468D9 (or 0x8468D9) is known color: Medium Purple. HEX triplet: 84, 68 and D9. RGB value is (132,104,217). Sum of RGB (Red+Green+Blue) = 132+104+217=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #8468D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468D9 is #7B9726. Grayscale: #7C7C7C. Windows color (decimal): -8099623 or 14248068. OLE color: 14248068.

HSL color Cylindrical-coordinate representation of color #8468D9: hue angle of 254.87º degrees, saturation: 0.6, 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 #8468D9 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 104 217 -
CMYK 0.39 0.52 0 0.15
HSL 254.87º 0.6% 0.63% -
HSV(B) 254.87º 0.52% 0.85% -
XYZ 26.99 19.82 68.05 -
YUV 125.25 179.78 132.81 -
System Red Green Blue C M Y K H S L
Decimal 132 104 217 0.39 0.52 0 0.15 254.87 0.6 0.63
Hex 84 68 D9 27 34 0 F FF 3C 3F
Octal 204 150 331 47 64 0 17 377 74 77
Binary 10000100 1101000 11011001 100111 110100 0 1111 11111111 111100 111111

Color Harmonies of #8468D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8468D9

Black with #8468D9

Text Example


Text Example

White with #8468D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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