#9A8FAA

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

Shades of Cold Purple #9A8FAA

Tints of Cold Purple #9A8FAA

Color information

#9A8FAA (or 0x9A8FAA) is unknown color: approx Cold Purple. HEX triplet: 9A, 8F and AA. RGB value is (154,143,170). Sum of RGB (Red+Green+Blue) = 154+143+170=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8FAA is #657055. Grayscale: #959595. Windows color (decimal): -6647894 or 11177882. OLE color: 11177882.

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

Color convert

RGB154143170-
CMYK0.090.1600.33
HSL264.44º13.71%61.37%-
HSV(B)264.44º15.88%66.67%-
XYZ30.429.4242.11-
YUV149.37139.64131.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 143 (56.25% from 255) = 30.62%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=32.98%
G=30.62%
B=36.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541431700.090.1600.33264.4413.7161.37
Hex9A8FAA910021108e3d
Octal23221725211200414101675
Binary10011010100011111010101010011000001000011000010001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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