#9A8DAC

Color #9A8DAC Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9A8DAC

Tints of Cold Purple #9A8DAC

Color information

#9A8DAC (or 0x9A8DAC) is unknown color: approx Cold Purple. HEX triplet: 9A, 8D and AC. RGB value is (154,141,172). Sum of RGB (Red+Green+Blue) = 154+141+172=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8DAC is #657253. Grayscale: #949494. Windows color (decimal): -6648404 or 11308442. OLE color: 11308442.

HSL color Cylindrical-coordinate representation of color #9A8DAC: hue angle of 265.16º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A8DAC is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB154141172-
CMYK0.100.1800.33
HSL265.16º15.74%61.37%-
HSV(B)265.16º18.02%67.45%-
XYZ30.328.943.01-
YUV148.42141.31131.98-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=32.98%
G=30.19%
B=36.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541411720.100.1800.33265.1615.7461.37
Hex9A8DACA12021109103d
Octal23221525412220414112075
Binary100110101000110110101100101010010010000110000100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8DAC; }

 p { color: rgb(154,141,172); }

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

<style>
 a { background-color: #9A8DAC; }

 a { background-color: rgb(154,141,172); }

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

<style>
 span { border-color: #9A8DAC; }

 span { border-color: rgb(154,141,172); }

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