#8462DF

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

Shades of Medium Purple #8462DF

Tints of Medium Purple #8462DF

Color information

#8462DF (or 0x8462DF) is unknown color: approx Medium Purple. HEX triplet: 84, 62 and DF. RGB value is (132,98,223). Sum of RGB (Red+Green+Blue) = 132+98+223=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #8462DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8462DF is #7B9D20. Grayscale: #797979. Windows color (decimal): -8101153 or 14639748. OLE color: 14639748.

HSL color Cylindrical-coordinate representation of color #8462DF: hue angle of 256.32º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8462DF is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13298223-
CMYK0.410.5600.13
HSL256.32º66.14%62.94%-
HSV(B)256.32º56.05%87.45%-
XYZ27.218.9772.04-
YUV122.42184.76134.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.14%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 223 (87.5% from 255) = 49.23%
R=29.14%
G=21.63%
B=49.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132982230.410.5600.13256.3266.1462.94
Hex8462DF29380D100423f
Octal204142337517001540010277
Binary10000100110001011011111101001111000011011000000001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8462DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8462DF; }

 p { color: rgb(132,98,223); }

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

<style>
 a { background-color: #8462DF; }

 a { background-color: rgb(132,98,223); }

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

<style>
 span { border-color: #8462DF; }

 span { border-color: rgb(132,98,223); }

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