#9A91AD

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

Shades of Cold Purple #9A91AD

Tints of Cold Purple #9A91AD

Color information

#9A91AD (or 0x9A91AD) is unknown color: approx Cold Purple. HEX triplet: 9A, 91 and AD. RGB value is (154,145,173). Sum of RGB (Red+Green+Blue) = 154+145+173=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A91AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A91AD is #656E52. Grayscale: #969696. Windows color (decimal): -6647379 or 11375002. OLE color: 11375002.

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

Color convert

RGB154145173-
CMYK0.110.1600.32
HSL259.29º14.58%62.35%-
HSV(B)259.29º16.18%67.84%-
XYZ30.9930.1443.72-
YUV150.88140.48130.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=32.63%
G=30.72%
B=36.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541451730.110.1600.32259.2914.5862.35
Hex9A91ADB10020103f3e
Octal23222125513200404031776
Binary10011010100100011010110110111000001000001000000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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