#8267B7

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

Shades of Deluge #8267B7

Tints of Deluge #8267B7

Color information

#8267B7 (or 0x8267B7) is unknown color: approx Deluge. HEX triplet: 82, 67 and B7. RGB value is (130,103,183). Sum of RGB (Red+Green+Blue) = 130+103+183=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 183 - color contains mainly: blue. Hex color #8267B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267B7 is #7D9848. Grayscale: #777777. Windows color (decimal): -8230985 or 12019586. OLE color: 12019586.

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

Color convert

RGB130103183-
CMYK0.290.4400.28
HSL260.25º35.71%56.08%-
HSV(B)260.25º43.72%71.76%-
XYZ22.617.8747.06-
YUV120.19163.45135-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 103 (40.62% from 255) = 24.76%
BLUE value IS 183 (71.88% from 255) = 43.99%
R=31.25%
G=24.76%
B=43.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1301031830.290.4400.28260.2535.7156.08
Hex8267B71D2C01C1042438
Octal20214726735540344044470
Binary1000001011001111011011111101101100011100100000100100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8267B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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