#9084A5

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

Shades of Deluge #9084A5

Tints of Deluge #9084A5

Color information

#9084A5 (or 0x9084A5) is unknown color: approx Deluge. HEX triplet: 90, 84 and A5. RGB value is (144,132,165). Sum of RGB (Red+Green+Blue) = 144+132+165=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 132 (51.95% from 255 or 29.93% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 165 - color contains mainly: blue. Hex color #9084A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9084A5 is #6F7B5A. Grayscale: #8B8B8B. Windows color (decimal): -7306075 or 10847376. OLE color: 10847376.

HSL color Cylindrical-coordinate representation of color #9084A5: hue angle of 261.82º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9084A5 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB144132165-
CMYK0.130.2000.35
HSL261.82º15.49%58.24%-
HSV(B)261.82º20%64.71%-
XYZ26.5425.1539.05-
YUV139.35142.48131.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 132 (51.95% from 255) = 29.93%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=32.65%
G=29.93%
B=37.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1441321650.130.2000.35261.8215.4958.24
Hex9084A5D14023106f3a
Octal22020424515240434061772
Binary10010000100001001010010111011010001000111000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9084A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9084A5; }

 p { color: rgb(144,132,165); }

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

<style>
 a { background-color: #9084A5; }

 a { background-color: rgb(144,132,165); }

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

<style>
 span { border-color: #9084A5; }

 span { border-color: rgb(144,132,165); }

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