#835BD7

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

Shades of Medium Purple #835BD7

Tints of Medium Purple #835BD7

Color information

#835BD7 (or 0x835BD7) is unknown color: approx Medium Purple. HEX triplet: 83, 5B and D7. RGB value is (131,91,215). Sum of RGB (Red+Green+Blue) = 131+91+215=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #835BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BD7 is #7CA428. Grayscale: #747474. Windows color (decimal): -8168489 or 14113667. OLE color: 14113667.

HSL color Cylindrical-coordinate representation of color #835BD7: hue angle of 259.35º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #835BD7 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13191215-
CMYK0.390.5800.16
HSL259.35º60.78%60%-
HSV(B)259.35º57.67%84.31%-
XYZ25.3717.2166.28-
YUV117.1183.25137.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.98%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 215 (84.38% from 255) = 49.20%
R=29.98%
G=20.82%
B=49.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131912150.390.5800.16259.3560.7860
Hex835BD7273A0101033d3c
Octal20313332747720204037574
Binary10000011101101111010111100111111010010000100000011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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