#855fb1

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

Shades of Deluge #855FB1

Tints of Deluge #855FB1

Color information

#855FB1 (or 0x855FB1) is unknown color: approx Deluge. HEX triplet: 85, 5F and B1. RGB value is (133,95,177). Sum of RGB (Red+Green+Blue) = 133+95+177=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 177 (69.53% from 255 or 43.70% from 405); Max value from RGB is 177 - color contains mainly: blue. Hex color #855FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FB1 is #7AA04E. Grayscale: #737373. Windows color (decimal): -8036431 or 11624325. OLE color: 11624325.

HSL color Cylindrical-coordinate representation of color #855FB1: hue angle of 267.8º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855FB1 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13395177-
CMYK0.250.4600.31
HSL267.8º34.45%53.33%-
HSV(B)267.8º46.33%69.41%-
XYZ21.716.3543.61-
YUV115.71162.59140.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 95 (37.5% from 255) = 23.46%
BLUE value IS 177 (69.53% from 255) = 43.70%
R=32.84%
G=23.46%
B=43.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal133951770.250.4600.31267.834.4553.33
Hex855FB1192E01F10c2235
Octal20513726131560374144265
Binary1000010110111111011000111001101110011111100001100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855fb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,95,177); }

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

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

 a { background-color: rgb(133,95,177); }

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

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

 span { border-color: rgb(133,95,177); }

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