#9b8cba

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

Shades of Cold Purple #9B8CBA

Tints of Cold Purple #9B8CBA

Color information

#9B8CBA (or 0x9B8CBA) is unknown color: approx Cold Purple. HEX triplet: 9B, 8C and BA. RGB value is (155,140,186). Sum of RGB (Red+Green+Blue) = 155+140+186=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B8CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CBA is #647345. Grayscale: #959595. Windows color (decimal): -6583110 or 12225691. OLE color: 12225691.

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

Color convert

RGB155140186-
CMYK0.170.2500.27
HSL259.57º25%63.92%-
HSV(B)259.57º24.73%72.94%-
XYZ31.7629.2750.43-
YUV149.73148.47131.76-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 186 (73.05% from 255) = 38.67%
R=32.22%
G=29.11%
B=38.67%

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
Decimal1551401860.170.2500.27259.572563.92
Hex9B8CBA111901B1041940
Octal233214272213103340431100
Binary1001101110001100101110101000111001011011100000100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b8cba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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