#9A8CBA

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

Shades of Cold Purple #9A8CBA

Tints of Cold Purple #9A8CBA

Color information

#9A8CBA (or 0x9A8CBA) is unknown color: approx Cold Purple. HEX triplet: 9A, 8C and BA. RGB value is (154,140,186). Sum of RGB (Red+Green+Blue) = 154+140+186=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A8CBA is #657345. Grayscale: #959595. Windows color (decimal): -6648646 or 12225690. OLE color: 12225690.

HSL color Cylindrical-coordinate representation of color #9A8CBA: hue angle of 258.26º degrees, saturation: 0.25, 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 #9A8CBA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154140186-
CMYK0.170.2500.27
HSL258.26º25%63.92%-
HSV(B)258.26º24.73%72.94%-
XYZ31.5729.1750.42-
YUV149.43148.64131.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 140 (55.08% from 255) = 29.17%
BLUE value IS 186 (73.05% from 255) = 38.75%
R=32.08%
G=29.17%
B=38.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541401860.170.2500.27258.262563.92
Hex9A8CBA111901B1021940
Octal232214272213103340231100
Binary1001101010001100101110101000111001011011100000010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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