#8869AD

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

Shades of Deluge #8869AD

Tints of Deluge #8869AD

Color information

#8869AD (or 0x8869AD) is unknown color: approx Deluge. HEX triplet: 88, 69 and AD. RGB value is (136,105,173). Sum of RGB (Red+Green+Blue) = 136+105+173=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #8869AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8869AD is #779652. Grayscale: #797979. Windows color (decimal): -7837267 or 11364744. OLE color: 11364744.

HSL color Cylindrical-coordinate representation of color #8869AD: hue angle of 267.35º 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 #8869AD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB136105173-
CMYK0.210.3900.32
HSL267.35º29.31%54.51%-
HSV(B)267.35º39.31%67.84%-
XYZ22.7518.3541.88-
YUV122.02156.77137.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 105 (41.41% from 255) = 25.36%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=32.85%
G=25.36%
B=41.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1361051730.210.3900.32267.3529.3154.51
Hex8869AD152702010b1d37
Octal21015125525470404133567
Binary1000100011010011010110110101100111010000010000101111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8869AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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