#846BDD

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

Shades of Medium Purple #846BDD

Tints of Medium Purple #846BDD

Color information

#846BDD (or 0x846BDD) is unknown color: approx Medium Purple. HEX triplet: 84, 6B and DD. RGB value is (132,107,221). Sum of RGB (Red+Green+Blue) = 132+107+221=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #846BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BDD is #7B9422. Grayscale: #7F7F7F. Windows color (decimal): -8098851 or 14510980. OLE color: 14510980.

HSL color Cylindrical-coordinate representation of color #846BDD: hue angle of 253.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #846BDD is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB132107221-
CMYK0.400.5200.13
HSL253.16º62.64%64.31%-
HSV(B)253.16º51.58%86.67%-
XYZ27.8220.6470.92-
YUV127.47180.78131.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.70%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 221 (86.72% from 255) = 48.04%
R=28.70%
G=23.26%
B=48.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1321072210.400.5200.13253.1662.6464.31
Hex846BDD28340Dfd3f40
Octal204153335506401537577100
Binary1000010011010111101110110100011010001101111111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846BDD; }

 p { color: rgb(132,107,221); }

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

<style>
 a { background-color: #846BDD; }

 a { background-color: rgb(132,107,221); }

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

<style>
 span { border-color: #846BDD; }

 span { border-color: rgb(132,107,221); }

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