#855FAE

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

Shades of Deluge #855FAE

Tints of Deluge #855FAE

Color information

#855FAE (or 0x855FAE) is unknown color: approx Deluge. HEX triplet: 85, 5F and AE. RGB value is (133,95,174). Sum of RGB (Red+Green+Blue) = 133+95+174=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 174 - color contains mainly: blue. Hex color #855FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FAE is #7AA051. Grayscale: #737373. Windows color (decimal): -8036434 or 11427717. OLE color: 11427717.

HSL color Cylindrical-coordinate representation of color #855FAE: hue angle of 268.86º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #855FAE is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13395174-
CMYK0.240.4500.32
HSL268.86º32.78%52.75%-
HSV(B)268.86º45.4%68.24%-
XYZ21.4116.2342.05-
YUV115.37161.09140.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.08%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 174 (68.36% from 255) = 43.28%
R=33.08%
G=23.63%
B=43.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133951740.240.4500.32268.8632.7852.75
Hex855FAE182D02010d2135
Octal20513725630550404154165
Binary10000101101111110101110110001011010100000100001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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