#835ED5

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

Shades of Medium Purple #835ED5

Tints of Medium Purple #835ED5

Color information

#835ED5 (or 0x835ED5) is unknown color: approx Medium Purple. HEX triplet: 83, 5E and D5. RGB value is (131,94,213). Sum of RGB (Red+Green+Blue) = 131+94+213=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #835ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835ED5 is #7CA12A. Grayscale: #767676. Windows color (decimal): -8167723 or 13983363. OLE color: 13983363.

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

Color convert

RGB13194213-
CMYK0.380.5600.16
HSL258.66º58.62%60.2%-
HSV(B)258.66º55.87%83.53%-
XYZ25.3717.6365.02-
YUV118.63181.26136.82-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 94 (37.11% from 255) = 21.46%
BLUE value IS 213 (83.59% from 255) = 48.63%
R=29.91%
G=21.46%
B=48.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal131942130.380.5600.16258.6658.6260.2
Hex835ED526380101033b3c
Octal20313632546700204037374
Binary10000011101111011010101100110111000010000100000011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,94,213); }

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

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

 a { background-color: rgb(131,94,213); }

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

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

 span { border-color: rgb(131,94,213); }

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