#9B90CE

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

Shades of Wistful #9B90CE

Tints of Wistful #9B90CE

Color information

#9B90CE (or 0x9B90CE) is unknown color: approx Wistful. HEX triplet: 9B, 90 and CE. RGB value is (155,144,206). Sum of RGB (Red+Green+Blue) = 155+144+206=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B90CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90CE is #646F31. Grayscale: #9A9A9A. Windows color (decimal): -6582066 or 13537435. OLE color: 13537435.

HSL color Cylindrical-coordinate representation of color #9B90CE: hue angle of 250.65º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B90CE is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB155144206-
CMYK0.250.3000.19
HSL250.65º38.75%68.63%-
HSV(B)250.65º30.1%80.78%-
XYZ34.6331.3762.62-
YUV154.36157.14128.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=30.69%
G=28.51%
B=40.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1551442060.250.3000.19250.6538.7568.63
Hex9B90CE191E013fb2745
Octal233220316313602337347105
Binary1001101110010000110011101100111110010011111110111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B90CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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