#8664AD

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

Shades of Deluge #8664AD

Tints of Deluge #8664AD

Color information

#8664AD (or 0x8664AD) is unknown color: approx Deluge. HEX triplet: 86, 64 and AD. RGB value is (134,100,173). Sum of RGB (Red+Green+Blue) = 134+100+173=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #8664AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8664AD is #799B52. Grayscale: #767676. Windows color (decimal): -7969619 or 11363462. OLE color: 11363462.

HSL color Cylindrical-coordinate representation of color #8664AD: hue angle of 267.95º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8664AD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB134100173-
CMYK0.230.4200.32
HSL267.95º30.8%53.53%-
HSV(B)267.95º42.2%67.84%-
XYZ21.9317.241.7-
YUV118.49158.76139.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.92%
GREEN value IS 100 (39.45% from 255) = 24.57%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=32.92%
G=24.57%
B=42.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341001730.230.4200.32267.9530.853.53
Hex8664AD172A02010c1f36
Octal20614425527520404143766
Binary1000011011001001010110110111101010010000010000110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8664AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,100,173); }

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

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

 a { background-color: rgb(134,100,173); }

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

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

 span { border-color: rgb(134,100,173); }

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