#8271B1

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

Shades of Deluge #8271B1

Tints of Deluge #8271B1

Color information

#8271B1 (or 0x8271B1) is unknown color: approx Deluge. HEX triplet: 82, 71 and B1. RGB value is (130,113,177). Sum of RGB (Red+Green+Blue) = 130+113+177=420 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.95% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 177 - color contains mainly: blue. Hex color #8271B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8271B1 is #7D8E4E. Grayscale: #7D7D7D. Windows color (decimal): -8228431 or 11628930. OLE color: 11628930.

HSL color Cylindrical-coordinate representation of color #8271B1: hue angle of 255.94º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8271B1 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130113177-
CMYK0.270.3600.31
HSL255.94º29.09%56.86%-
HSV(B)255.94º36.16%69.41%-
XYZ23.0519.7344.19-
YUV125.38157.13131.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.95%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 177 (69.53% from 255) = 42.14%
R=30.95%
G=26.90%
B=42.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301131770.270.3600.31255.9429.0956.86
Hex8271B11B2401F1001d39
Octal20216126133440374003571
Binary100000101110001101100011101110010001111110000000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8271B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8271B1; }

 p { color: rgb(130,113,177); }

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

<style>
 a { background-color: #8271B1; }

 a { background-color: rgb(130,113,177); }

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

<style>
 span { border-color: #8271B1; }

 span { border-color: rgb(130,113,177); }

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