#9B8BBE

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

Shades of Cold Purple #9B8BBE

Tints of Cold Purple #9B8BBE

Color information

#9B8BBE (or 0x9B8BBE) is unknown color: approx Cold Purple. HEX triplet: 9B, 8B and BE. RGB value is (155,139,190). Sum of RGB (Red+Green+Blue) = 155+139+190=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B8BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BBE is #647441. Grayscale: #959595. Windows color (decimal): -6583362 or 12487579. OLE color: 12487579.

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

Color convert

RGB155139190-
CMYK0.180.2700.25
HSL258.82º28.18%64.51%-
HSV(B)258.82º26.84%74.51%-
XYZ32.0429.1552.65-
YUV149.6150.8131.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 139 (54.69% from 255) = 28.72%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=32.02%
G=28.72%
B=39.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551391900.180.2700.25258.8228.1864.51
Hex9B8BBE121B0191031c41
Octal233213276223303140334101
Binary1001101110001011101111101001011011011001100000011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,139,190); }

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

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

 a { background-color: rgb(155,139,190); }

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

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

 span { border-color: rgb(155,139,190); }

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