#855CDA

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

Shades of Medium Purple #855CDA

Tints of Medium Purple #855CDA

Color information

#855CDA (or 0x855CDA) is unknown color: approx Medium Purple. HEX triplet: 85, 5C and DA. RGB value is (133,92,218). Sum of RGB (Red+Green+Blue) = 133+92+218=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #855CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #855CDA is #7AA325. Grayscale: #767676. Windows color (decimal): -8037158 or 14310533. OLE color: 14310533.

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

Color convert

RGB13392218-
CMYK0.390.5800.15
HSL259.52º63%60.78%-
HSV(B)259.52º57.8%85.49%-
XYZ26.1517.768.37-
YUV118.62184.08138.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.02%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 218 (85.55% from 255) = 49.21%
R=30.02%
G=20.77%
B=49.21%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133922180.390.5800.15259.526360.78
Hex855CDA273A0F1043f3d
Octal20513433247720174047775
Binary1000010110111001101101010011111101001111100000100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,92,218); }

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

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

 a { background-color: rgb(133,92,218); }

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

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

 span { border-color: rgb(133,92,218); }

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