#8260B1

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

Shades of Deluge #8260B1

Tints of Deluge #8260B1

Color information

#8260B1 (or 0x8260B1) is unknown color: approx Deluge. HEX triplet: 82, 60 and B1. RGB value is (130,96,177). Sum of RGB (Red+Green+Blue) = 130+96+177=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #8260B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8260B1 is #7D9F4E. Grayscale: #737373. Windows color (decimal): -8232783 or 11624578. OLE color: 11624578.

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

Color convert

RGB13096177-
CMYK0.270.4600.31
HSL265.19º34.18%53.53%-
HSV(B)265.19º45.76%69.41%-
XYZ21.3216.2943.61-
YUV115.4162.76138.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.26%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 177 (69.53% from 255) = 43.92%
R=32.26%
G=23.82%
B=43.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal130961770.270.4600.31265.1934.1853.53
Hex8260B11B2E01F1092236
Octal20214026133560374114266
Binary1000001011000001011000111011101110011111100001001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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