#8667AD

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

Shades of Deluge #8667AD

Tints of Deluge #8667AD

Color information

#8667AD (or 0x8667AD) is unknown color: approx Deluge. HEX triplet: 86, 67 and AD. RGB value is (134,103,173). Sum of RGB (Red+Green+Blue) = 134+103+173=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #8667AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8667AD is #799852. Grayscale: #787878. Windows color (decimal): -7968851 or 11364230. OLE color: 11364230.

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

Color convert

RGB134103173-
CMYK0.230.4000.32
HSL266.57º29.91%54.12%-
HSV(B)266.57º40.46%67.84%-
XYZ22.2217.7941.8-
YUV120.25157.77137.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.68%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=32.68%
G=25.12%
B=42.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1341031730.230.4000.32266.5729.9154.12
Hex8667AD172802010b1e36
Octal20614725527500404133666
Binary1000011011001111010110110111101000010000010000101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8667AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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