#9A8DAD

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

Shades of Cold Purple #9A8DAD

Tints of Cold Purple #9A8DAD

Color information

#9A8DAD (or 0x9A8DAD) is unknown color: approx Cold Purple. HEX triplet: 9A, 8D and AD. RGB value is (154,141,173). Sum of RGB (Red+Green+Blue) = 154+141+173=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A8DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8DAD is #657252. Grayscale: #949494. Windows color (decimal): -6648403 or 11373978. OLE color: 11373978.

HSL color Cylindrical-coordinate representation of color #9A8DAD: hue angle of 264.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9A8DAD is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154141173-
CMYK0.110.1800.32
HSL264.38º16.33%61.57%-
HSV(B)264.38º18.5%67.84%-
XYZ30.3928.9443.52-
YUV148.54141.81131.9-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=32.91%
G=30.13%
B=36.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541411730.110.1800.32264.3816.3361.57
Hex9A8DADB12020108103e
Octal23221525513220404102076
Binary100110101000110110101101101110010010000010000100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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