#9A8AC9

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

Shades of Cold Purple #9A8AC9

Tints of Cold Purple #9A8AC9

Color information

#9A8AC9 (or 0x9A8AC9) is unknown color: approx Cold Purple. HEX triplet: 9A, 8A and C9. RGB value is (154,138,201). Sum of RGB (Red+Green+Blue) = 154+138+201=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 201 (78.91% from 255 or 40.77% from 493); Max value from RGB is 201 - color contains mainly: blue. Hex color #9A8AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8AC9 is #657536. Grayscale: #959595. Windows color (decimal): -6649143 or 13208218. OLE color: 13208218.

HSL color Cylindrical-coordinate representation of color #9A8AC9: hue angle of 255.24º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9A8AC9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154138201-
CMYK0.230.3100.21
HSL255.24º36.84%66.47%-
HSV(B)255.24º31.34%78.82%-
XYZ32.9629.2659.17-
YUV149.97156.8130.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.24%
GREEN value IS 138 (54.30% from 255) = 27.99%
BLUE value IS 201 (78.91% from 255) = 40.77%
R=31.24%
G=27.99%
B=40.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541382010.230.3100.21255.2436.8466.47
Hex9A8AC9171F015ff2542
Octal232212311273702537745102
Binary1001101010001010110010011011111111010101111111111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,138,201); }

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

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

 a { background-color: rgb(154,138,201); }

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

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

 span { border-color: rgb(154,138,201); }

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