#835fd3

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

Shades of Medium Purple #835FD3

Tints of Medium Purple #835FD3

Color information

#835FD3 (or 0x835FD3) is unknown color: approx Medium Purple. HEX triplet: 83, 5F and D3. RGB value is (131,95,211). Sum of RGB (Red+Green+Blue) = 131+95+211=437 (57% of max value = 765). Red value is 131 (51.56% from 255 or 29.98% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 211 (82.81% from 255 or 48.28% from 437); Max value from RGB is 211 - color contains mainly: blue. Hex color #835FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FD3 is #7CA02C. Grayscale: #767676. Windows color (decimal): -8167469 or 13852547. OLE color: 13852547.

HSL color Cylindrical-coordinate representation of color #835FD3: hue angle of 258.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #835FD3 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13195211-
CMYK0.380.5500.17
HSL258.62º56.86%60%-
HSV(B)258.62º54.98%82.75%-
XYZ25.2117.7163.72-
YUV118.99179.93136.57-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.98%
GREEN value IS 95 (37.5% from 255) = 21.74%
BLUE value IS 211 (82.81% from 255) = 48.28%
R=29.98%
G=21.74%
B=48.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal131952110.380.5500.17258.6256.8660
Hex835FD32637011103393c
Octal20313732346670214037174
Binary10000011101111111010011100110110111010001100000011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,95,211); }

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

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

 a { background-color: rgb(131,95,211); }

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

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

 span { border-color: rgb(131,95,211); }

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