#9B90CA

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

Shades of Wistful #9B90CA

Tints of Wistful #9B90CA

Color information

#9B90CA (or 0x9B90CA) is unknown color: approx Wistful. HEX triplet: 9B, 90 and CA. RGB value is (155,144,202). Sum of RGB (Red+Green+Blue) = 155+144+202=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90CA is #646F35. Grayscale: #999999. Windows color (decimal): -6582070 or 13275291. OLE color: 13275291.

HSL color Cylindrical-coordinate representation of color #9B90CA: hue angle of 251.38º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B90CA is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB155144202-
CMYK0.230.2900.21
HSL251.38º35.37%67.84%-
HSV(B)251.38º28.71%79.22%-
XYZ34.1531.1860.1-
YUV153.9155.14128.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 144 (56.64% from 255) = 28.74%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=30.94%
G=28.74%
B=40.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551442020.230.2900.21251.3835.3767.84
Hex9B90CA171D015fb2344
Octal233220312273502537343104
Binary1001101110010000110010101011111101010101111110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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