#8458DC

Color #8458DC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8458DC

Tints of Medium Purple #8458DC

Color information

#8458DC (or 0x8458DC) is unknown color: approx Medium Purple. HEX triplet: 84, 58 and DC. RGB value is (132,88,220). Sum of RGB (Red+Green+Blue) = 132+88+220=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #8458DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8458DC is #7BA723. Grayscale: #737373. Windows color (decimal): -8103716 or 14440580. OLE color: 14440580.

HSL color Cylindrical-coordinate representation of color #8458DC: hue angle of 260º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8458DC is Cyan = 0.40, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13288220-
CMYK0.400.600.14
HSL260º65.35%60.39%-
HSV(B)260º60%86.27%-
XYZ25.9217.0569.64-
YUV116.2186.58139.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 220 (86.33% from 255) = 50%
R=30%
G=20%
B=50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132882200.400.600.1426065.3560.39
Hex8458DC283C0E104413c
Octal204130334507401640410174
Binary10000100101100011011100101000111100011101000001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8458DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8458DC; }

 p { color: rgb(132,88,220); }

 H1.HeaderClassName
 {
   color: #8458DC;
 }
 .AnyTagClassName
 {
   color: #8458DC;
 }
</style>
background-color css

<style>
 a { background-color: #8458DC; }

 a { background-color: rgb(132,88,220); }

 div.DivClassName
 {
   background-color: #8458DC;
 }
 .BgClassName
 {
   background-color: #8458DC;
 }
</style>
border-color css

<style>
 span { border-color: #8458DC; }

 span { border-color: rgb(132,88,220); }

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