#9B8BD0

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

Shades of Cold Purple #9B8BD0

Tints of Cold Purple #9B8BD0

Color information

#9B8BD0 (or 0x9B8BD0) is unknown color: approx Cold Purple. HEX triplet: 9B, 8B and D0. RGB value is (155,139,208). Sum of RGB (Red+Green+Blue) = 155+139+208=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: blue. Hex color #9B8BD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BD0 is #64742F. Grayscale: #979797. Windows color (decimal): -6583344 or 13667227. OLE color: 13667227.

HSL color Cylindrical-coordinate representation of color #9B8BD0: hue angle of 253.91º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B8BD0 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB155139208-
CMYK0.250.3300.18
HSL253.91º42.33%68.04%-
HSV(B)253.91º33.17%81.57%-
XYZ34.1429.9963.66-
YUV151.65159.8130.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 139 (54.69% from 255) = 27.69%
BLUE value IS 208 (81.64% from 255) = 41.43%
R=30.88%
G=27.69%
B=41.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1551392080.250.3300.18253.9142.3368.04
Hex9B8BD01921012fe2a44
Octal233213320314102237652104
Binary10011011100010111101000011001100001010010111111101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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