#8269AD

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

Shades of Deluge #8269AD

Tints of Deluge #8269AD

Color information

#8269AD (or 0x8269AD) is unknown color: approx Deluge. HEX triplet: 82, 69 and AD. RGB value is (130,105,173). Sum of RGB (Red+Green+Blue) = 130+105+173=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #8269AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8269AD is #7D9652. Grayscale: #777777. Windows color (decimal): -8230483 or 11364738. OLE color: 11364738.

HSL color Cylindrical-coordinate representation of color #8269AD: hue angle of 262.06º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8269AD is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB130105173-
CMYK0.250.3900.32
HSL262.06º29.31%54.51%-
HSV(B)262.06º39.31%67.84%-
XYZ21.817.8741.83-
YUV120.23157.78134.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.86%
GREEN value IS 105 (41.41% from 255) = 25.74%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=31.86%
G=25.74%
B=42.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1301051730.250.3900.32262.0629.3154.51
Hex8269AD19270201061d37
Octal20215125531470404063567
Binary1000001011010011010110111001100111010000010000011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8269AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8269AD; }

 p { color: rgb(130,105,173); }

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

<style>
 a { background-color: #8269AD; }

 a { background-color: rgb(130,105,173); }

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

<style>
 span { border-color: #8269AD; }

 span { border-color: rgb(130,105,173); }

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