#846BD5

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

Shades of Medium Purple #846BD5

Tints of Medium Purple #846BD5

Color information

#846BD5 (or 0x846BD5) is unknown color: approx Medium Purple. HEX triplet: 84, 6B and D5. RGB value is (132,107,213). Sum of RGB (Red+Green+Blue) = 132+107+213=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #846BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BD5 is #7B942A. Grayscale: #7E7E7E. Windows color (decimal): -8098859 or 13986692. OLE color: 13986692.

HSL color Cylindrical-coordinate representation of color #846BD5: hue angle of 254.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846BD5 is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB132107213-
CMYK0.380.5000.16
HSL254.15º55.79%62.75%-
HSV(B)254.15º49.77%83.53%-
XYZ26.7820.2365.44-
YUV126.56176.78131.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.20%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=29.20%
G=23.67%
B=47.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1321072130.380.5000.16254.1555.7962.75
Hex846BD52632010fe383f
Octal20415332546620203767077
Binary1000010011010111101010110011011001001000011111110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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