#9B8CBB

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

Shades of Cold Purple #9B8CBB

Tints of Cold Purple #9B8CBB

Color information

#9B8CBB (or 0x9B8CBB) is unknown color: approx Cold Purple. HEX triplet: 9B, 8C and BB. RGB value is (155,140,187). Sum of RGB (Red+Green+Blue) = 155+140+187=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CBB is #647344. Grayscale: #959595. Windows color (decimal): -6583109 or 12291227. OLE color: 12291227.

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

Color convert

RGB155140187-
CMYK0.170.2500.27
HSL259.15º25.68%64.12%-
HSV(B)259.15º25.13%73.33%-
XYZ31.8729.3150.99-
YUV149.84148.97131.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=32.16%
G=29.05%
B=38.80%

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
Decimal1551401870.170.2500.27259.1525.6864.12
Hex9B8CBB111901B1031a40
Octal233214273213103340332100
Binary1001101110001100101110111000111001011011100000011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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