#836FDD

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

Shades of Medium Purple #836FDD

Tints of Medium Purple #836FDD

Color information

#836FDD (or 0x836FDD) is unknown color: approx Medium Purple. HEX triplet: 83, 6F and DD. RGB value is (131,111,221). Sum of RGB (Red+Green+Blue) = 131+111+221=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #836FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836FDD is #7C9022. Grayscale: #818181. Windows color (decimal): -8163363 or 14512003. OLE color: 14512003.

HSL color Cylindrical-coordinate representation of color #836FDD: hue angle of 250.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836FDD is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131111221-
CMYK0.410.5000.13
HSL250.91º61.8%65.1%-
HSV(B)250.91º49.77%86.67%-
XYZ28.121.4171.06-
YUV129.52179.63129.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.29%
GREEN value IS 111 (43.75% from 255) = 23.97%
BLUE value IS 221 (86.72% from 255) = 47.73%
R=28.29%
G=23.97%
B=47.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311112210.410.5000.13250.9161.865.1
Hex836FDD29320Dfb3e41
Octal203157335516201537376101
Binary1000001111011111101110110100111001001101111110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836FDD; }

 p { color: rgb(131,111,221); }

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

<style>
 a { background-color: #836FDD; }

 a { background-color: rgb(131,111,221); }

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

<style>
 span { border-color: #836FDD; }

 span { border-color: rgb(131,111,221); }

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