#836BD7

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

Shades of Medium Purple #836BD7

Tints of Medium Purple #836BD7

Color information

#836BD7 (or 0x836BD7) is unknown color: approx Medium Purple. HEX triplet: 83, 6B and D7. RGB value is (131,107,215). Sum of RGB (Red+Green+Blue) = 131+107+215=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 215 (84.38% from 255 or 47.46% from 453); Max value from RGB is 215 - color contains mainly: blue. Hex color #836BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BD7 is #7C9428. Grayscale: #7E7E7E. Windows color (decimal): -8164393 or 14117763. OLE color: 14117763.

HSL color Cylindrical-coordinate representation of color #836BD7: hue angle of 253.33º degrees, saturation: 0.57, 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 #836BD7 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB131107215-
CMYK0.390.5000.16
HSL253.33º57.45%63.14%-
HSV(B)253.33º50.23%84.31%-
XYZ26.8820.2566.78-
YUV126.49177.95131.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.92%
GREEN value IS 107 (42.19% from 255) = 23.62%
BLUE value IS 215 (84.38% from 255) = 47.46%
R=28.92%
G=23.62%
B=47.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1311072150.390.5000.16253.3357.4563.14
Hex836BD72732010fd393f
Octal20315332747620203757177
Binary1000001111010111101011110011111001001000011111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,107,215); }

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

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

 a { background-color: rgb(131,107,215); }

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

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

 span { border-color: rgb(131,107,215); }

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