#855AD9

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

Shades of Medium Purple #855AD9

Tints of Medium Purple #855AD9

Color information

#855AD9 (or 0x855AD9) is unknown color: approx Medium Purple. HEX triplet: 85, 5A and D9. RGB value is (133,90,217). Sum of RGB (Red+Green+Blue) = 133+90+217=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 217 (85.16% from 255 or 49.32% from 440); Max value from RGB is 217 - color contains mainly: blue. Hex color #855AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855AD9 is #7AA526. Grayscale: #747474. Windows color (decimal): -8037671 or 14244485. OLE color: 14244485.

HSL color Cylindrical-coordinate representation of color #855AD9: hue angle of 260.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855AD9 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13390217-
CMYK0.390.5900.15
HSL260.31º62.56%60.2%-
HSV(B)260.31º58.53%85.1%-
XYZ25.8517.3167.62-
YUV117.34184.25139.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 217 (85.16% from 255) = 49.32%
R=30.23%
G=20.45%
B=49.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133902170.390.5900.15260.3162.5660.2
Hex855AD9273B0F1043f3c
Octal20513233147730174047774
Binary1000010110110101101100110011111101101111100000100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,90,217); }

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

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

 a { background-color: rgb(133,90,217); }

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

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

 span { border-color: rgb(133,90,217); }

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