#9A8FAB

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

Shades of Cold Purple #9A8FAB

Tints of Cold Purple #9A8FAB

Color information

#9A8FAB (or 0x9A8FAB) is unknown color: approx Cold Purple. HEX triplet: 9A, 8F and AB. RGB value is (154,143,171). Sum of RGB (Red+Green+Blue) = 154+143+171=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 143 (56.25% from 255 or 30.56% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8FAB is #657054. Grayscale: #959595. Windows color (decimal): -6647893 or 11243418. OLE color: 11243418.

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

Color convert

RGB154143171-
CMYK0.100.1600.33
HSL263.57º14.29%61.57%-
HSV(B)263.57º16.37%67.06%-
XYZ30.529.4642.61-
YUV149.48140.14131.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 143 (56.25% from 255) = 30.56%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=32.91%
G=30.56%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541431710.100.1600.33263.5714.2961.57
Hex9A8FABA10021108e3e
Octal23221725312200414101676
Binary10011010100011111010101110101000001000011000010001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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