#8260B7

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

Shades of Deluge #8260B7

Tints of Deluge #8260B7

Color information

#8260B7 (or 0x8260B7) is unknown color: approx Deluge. HEX triplet: 82, 60 and B7. RGB value is (130,96,183). Sum of RGB (Red+Green+Blue) = 130+96+183=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #8260B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260B7 is #7D9F48. Grayscale: #737373. Windows color (decimal): -8232777 or 12017794. OLE color: 12017794.

HSL color Cylindrical-coordinate representation of color #8260B7: hue angle of 263.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8260B7 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13096183-
CMYK0.290.4800.28
HSL263.45º37.66%54.71%-
HSV(B)263.45º47.54%71.76%-
XYZ21.9416.5346.83-
YUV116.08165.76137.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 183 (71.88% from 255) = 44.74%
R=31.78%
G=23.47%
B=44.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130961830.290.4800.28263.4537.6654.71
Hex8260B71D3001C1072637
Octal20214026735600344074667
Binary1000001011000001011011111101110000011100100000111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8260B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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