#9B92C9

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

Shades of Wistful #9B92C9

Tints of Wistful #9B92C9

Color information

#9B92C9 (or 0x9B92C9) is unknown color: approx Wistful. HEX triplet: 9B, 92 and C9. RGB value is (155,146,201). Sum of RGB (Red+Green+Blue) = 155+146+201=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 201 - color contains mainly: blue. Hex color #9B92C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B92C9 is #646D36. Grayscale: #9A9A9A. Windows color (decimal): -6581559 or 13210267. OLE color: 13210267.

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

Color convert

RGB155146201-
CMYK0.230.2700.21
HSL249.82º33.74%68.04%-
HSV(B)249.82º27.36%78.82%-
XYZ34.3431.7459.58-
YUV154.96153.98128.03-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 146 (57.42% from 255) = 29.08%
BLUE value IS 201 (78.91% from 255) = 40.04%
R=30.88%
G=29.08%
B=40.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1551462010.230.2700.21249.8233.7468.04
Hex9B92C9171B015fa2244
Octal233222311273302537242104
Binary1001101110010010110010011011111011010101111110101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B92C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,146,201); }

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

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

 a { background-color: rgb(155,146,201); }

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

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

 span { border-color: rgb(155,146,201); }

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