#9D91DB

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

Shades of Wistful #9D91DB

Tints of Wistful #9D91DB

Color information

#9D91DB (or 0x9D91DB) is unknown color: approx Wistful. HEX triplet: 9D, 91 and DB. RGB value is (157,145,219). Sum of RGB (Red+Green+Blue) = 157+145+219=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D91DB is #626E24. Grayscale: #9C9C9C. Windows color (decimal): -6450725 or 14389661. OLE color: 14389661.

HSL color Cylindrical-coordinate representation of color #9D91DB: hue angle of 249.73º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D91DB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157145219-
CMYK0.280.3400.14
HSL249.73º50.68%71.37%-
HSV(B)249.73º33.79%85.88%-
XYZ36.8232.5371.36-
YUV157.02162.98127.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.13%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=30.13%
G=27.83%
B=42.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571452190.280.3400.14249.7350.6871.37
Hex9D91DB1C220Efa3347
Octal235221333344201637263107
Binary1001110110010001110110111110010001001110111110101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,145,219); }

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

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

 a { background-color: rgb(157,145,219); }

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

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

 span { border-color: rgb(157,145,219); }

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