#8665AD

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

Shades of Deluge #8665AD

Tints of Deluge #8665AD

Color information

#8665AD (or 0x8665AD) is unknown color: approx Deluge. HEX triplet: 86, 65 and AD. RGB value is (134,101,173). Sum of RGB (Red+Green+Blue) = 134+101+173=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 101 (39.84% from 255 or 24.75% 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 #8665AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8665AD is #799A52. Grayscale: #767676. Windows color (decimal): -7969363 or 11363718. OLE color: 11363718.

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

Color convert

RGB134101173-
CMYK0.230.4200.32
HSL267.5º30.51%53.73%-
HSV(B)267.5º41.62%67.84%-
XYZ22.0317.3941.73-
YUV119.07158.43138.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.84%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=32.84%
G=24.75%
B=42.40%

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
Decimal1341011730.230.4200.32267.530.5153.73
Hex8665AD172A02010c1f36
Octal20614525527520404143766
Binary1000011011001011010110110111101010010000010000110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8665AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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