#9A8FBF

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

Shades of Cold Purple #9A8FBF

Tints of Cold Purple #9A8FBF

Color information

#9A8FBF (or 0x9A8FBF) is unknown color: approx Cold Purple. HEX triplet: 9A, 8F and BF. RGB value is (154,143,191). Sum of RGB (Red+Green+Blue) = 154+143+191=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A8FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8FBF is #657040. Grayscale: #979797. Windows color (decimal): -6647873 or 12554138. OLE color: 12554138.

HSL color Cylindrical-coordinate representation of color #9A8FBF: hue angle of 253.75º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A8FBF is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154143191-
CMYK0.190.2500.25
HSL253.75º27.27%65.49%-
HSV(B)253.75º25.13%74.9%-
XYZ32.5530.2853.42-
YUV151.76150.14129.6-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.56%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 191 (75% from 255) = 39.14%
R=31.56%
G=29.30%
B=39.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541431910.190.2500.25253.7527.2765.49
Hex9A8FBF1319019fe1b41
Octal232217277233103137633101
Binary100110101000111110111111100111100101100111111110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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