#8665B1

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

Shades of Deluge #8665B1

Tints of Deluge #8665B1

Color information

#8665B1 (or 0x8665B1) is unknown color: approx Deluge. HEX triplet: 86, 65 and B1. RGB value is (134,101,177). Sum of RGB (Red+Green+Blue) = 134+101+177=412 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.52% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #8665B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8665B1 is #799A4E. Grayscale: #777777. Windows color (decimal): -7969359 or 11625862. OLE color: 11625862.

HSL color Cylindrical-coordinate representation of color #8665B1: hue angle of 266.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8665B1 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB134101177-
CMYK0.240.4300.31
HSL266.05º32.76%54.51%-
HSV(B)266.05º42.94%69.41%-
XYZ22.4217.5543.8-
YUV119.53160.43138.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.52%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 177 (69.53% from 255) = 42.96%
R=32.52%
G=24.51%
B=42.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341011770.240.4300.31266.0532.7654.51
Hex8665B1182B01F10a2137
Octal20614526130530374124167
Binary1000011011001011011000111000101011011111100001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8665B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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