#9A8FAC

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

Shades of Cold Purple #9A8FAC

Tints of Cold Purple #9A8FAC

Color information

#9A8FAC (or 0x9A8FAC) is unknown color: approx Cold Purple. HEX triplet: 9A, 8F and AC. RGB value is (154,143,172). Sum of RGB (Red+Green+Blue) = 154+143+172=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8FAC is #657053. Grayscale: #959595. Windows color (decimal): -6647892 or 11308954. OLE color: 11308954.

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

Color convert

RGB154143172-
CMYK0.100.1700.33
HSL262.76º14.87%61.76%-
HSV(B)262.76º16.86%67.45%-
XYZ30.629.4943.11-
YUV149.6140.64131.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 143 (56.25% from 255) = 30.49%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=32.84%
G=30.49%
B=36.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541431720.100.1700.33262.7614.8761.76
Hex9A8FACA11021107f3e
Octal23221725412210414071776
Binary10011010100011111010110010101000101000011000001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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