#9A8CBB

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

Shades of Cold Purple #9A8CBB

Tints of Cold Purple #9A8CBB

Color information

#9A8CBB (or 0x9A8CBB) is unknown color: approx Cold Purple. HEX triplet: 9A, 8C and BB. RGB value is (154,140,187). Sum of RGB (Red+Green+Blue) = 154+140+187=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CBB is #657344. Grayscale: #959595. Windows color (decimal): -6648645 or 12291226. OLE color: 12291226.

HSL color Cylindrical-coordinate representation of color #9A8CBB: hue angle of 257.87º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A8CBB is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154140187-
CMYK0.180.2500.27
HSL257.87º25.68%64.12%-
HSV(B)257.87º25.13%73.33%-
XYZ31.6729.2150.98-
YUV149.54149.14131.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=32.02%
G=29.11%
B=38.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541401870.180.2500.27257.8725.6864.12
Hex9A8CBB121901B1021a40
Octal232214273223103340232100
Binary1001101010001100101110111001011001011011100000010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,140,187); }

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

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

 a { background-color: rgb(154,140,187); }

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

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

 span { border-color: rgb(154,140,187); }

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