#9B90BF

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

Shades of Cold Purple #9B90BF

Tints of Cold Purple #9B90BF

Color information

#9B90BF (or 0x9B90BF) is unknown color: approx Cold Purple. HEX triplet: 9B, 90 and BF. RGB value is (155,144,191). Sum of RGB (Red+Green+Blue) = 155+144+191=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90BF is #646F40. Grayscale: #989898. Windows color (decimal): -6582081 or 12554395. OLE color: 12554395.

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

Color convert

RGB155144191-
CMYK0.190.2500.25
HSL254.04º26.86%65.69%-
HSV(B)254.04º24.61%74.9%-
XYZ32.8930.6853.48-
YUV152.65149.64129.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 191 (75% from 255) = 38.98%
R=31.63%
G=29.39%
B=38.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551441910.190.2500.25254.0426.8665.69
Hex9B90BF1319019fe1b42
Octal233220277233103137633102
Binary100110111001000010111111100111100101100111111110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,144,191); }

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

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

 a { background-color: rgb(155,144,191); }

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

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

 span { border-color: rgb(155,144,191); }

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