#805FB1

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

Shades of Deluge #805FB1

Tints of Deluge #805FB1

Color information

#805FB1 (or 0x805FB1) is unknown color: approx Deluge. HEX triplet: 80, 5F and B1. RGB value is (128,95,177). Sum of RGB (Red+Green+Blue) = 128+95+177=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 177 (69.53% from 255 or 44.25% from 400); Max value from RGB is 177 - color contains mainly: blue. Hex color #805FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805FB1 is #7FA04E. Grayscale: #717171. Windows color (decimal): -8364111 or 11624320. OLE color: 11624320.

HSL color Cylindrical-coordinate representation of color #805FB1: hue angle of 264.15º 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 #805FB1 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12895177-
CMYK0.280.4600.31
HSL264.15º34.45%53.33%-
HSV(B)264.15º46.33%69.41%-
XYZ20.9315.9543.57-
YUV114.21163.43137.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32%
GREEN value IS 95 (37.5% from 255) = 23.75%
BLUE value IS 177 (69.53% from 255) = 44.25%
R=32%
G=23.75%
B=44.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128951770.280.4600.31264.1534.4553.33
Hex805FB11C2E01F1082235
Octal20013726134560374104265
Binary1000000010111111011000111100101110011111100001000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805FB1; }

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

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

<style>
 a { background-color: #805FB1; }

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

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

<style>
 span { border-color: #805FB1; }

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

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