#855BD3

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

Shades of Medium Purple #855BD3

Tints of Medium Purple #855BD3

Color information

#855BD3 (or 0x855BD3) is unknown color: approx Medium Purple. HEX triplet: 85, 5B and D3. RGB value is (133,91,211). Sum of RGB (Red+Green+Blue) = 133+91+211=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 211 - color contains mainly: blue. Hex color #855BD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855BD3 is #7AA42C. Grayscale: #747474. Windows color (decimal): -8037421 or 13851525. OLE color: 13851525.

HSL color Cylindrical-coordinate representation of color #855BD3: hue angle of 261º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #855BD3 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB13391211-
CMYK0.370.5700.17
HSL261º57.69%59.22%-
HSV(B)261º56.87%82.75%-
XYZ25.1717.1763.62-
YUV117.24180.91139.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 91 (35.94% from 255) = 20.92%
BLUE value IS 211 (82.81% from 255) = 48.51%
R=30.57%
G=20.92%
B=48.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal133912110.370.5700.1726157.6959.22
Hex855BD325390111053a3b
Octal20513332345710214057273
Binary10000101101101111010011100101111001010001100000101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855BD3; }

 p { color: rgb(133,91,211); }

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

<style>
 a { background-color: #855BD3; }

 a { background-color: rgb(133,91,211); }

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

<style>
 span { border-color: #855BD3; }

 span { border-color: rgb(133,91,211); }

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