#835ad6

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

Shades of Medium Purple #835AD6

Tints of Medium Purple #835AD6

Color information

#835AD6 (or 0x835AD6) is unknown color: approx Medium Purple. HEX triplet: 83, 5A and D6. RGB value is (131,90,214). Sum of RGB (Red+Green+Blue) = 131+90+214=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #835AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835AD6 is #7CA529. Grayscale: #737373. Windows color (decimal): -8168746 or 14047875. OLE color: 14047875.

HSL color Cylindrical-coordinate representation of color #835AD6: hue angle of 259.84º degrees, saturation: 0.6, 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 #835AD6 is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB13190214-
CMYK0.390.5800.16
HSL259.84º60.19%59.61%-
HSV(B)259.84º57.94%83.92%-
XYZ25.1516.9965.57-
YUV116.4183.08138.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 90 (35.55% from 255) = 20.69%
BLUE value IS 214 (83.98% from 255) = 49.20%
R=30.11%
G=20.69%
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
Decimal131902140.390.5800.16259.8460.1959.61
Hex835AD6273A0101043c3c
Octal20313232647720204047474
Binary10000011101101011010110100111111010010000100000100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835ad6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,90,214); }

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

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

 a { background-color: rgb(131,90,214); }

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

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

 span { border-color: rgb(131,90,214); }

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