#9D9ADD

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

Shades of Wistful #9D9ADD

Tints of Wistful #9D9ADD

Color information

#9D9ADD (or 0x9D9ADD) is unknown color: approx Wistful. HEX triplet: 9D, 9A and DD. RGB value is (157,154,221). Sum of RGB (Red+Green+Blue) = 157+154+221=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ADD is #626522. Grayscale: #A2A2A2. Windows color (decimal): -6448419 or 14523037. OLE color: 14523037.

HSL color Cylindrical-coordinate representation of color #9D9ADD: hue angle of 242.69º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D9ADD is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157154221-
CMYK0.290.3000.13
HSL242.69º49.63%73.53%-
HSV(B)242.69º30.32%86.67%-
XYZ38.5135.573.23-
YUV162.54160.99124.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.51%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 221 (86.72% from 255) = 41.54%
R=29.51%
G=28.95%
B=41.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571542210.290.3000.13242.6949.6373.53
Hex9D9ADD1D1E0Df3324a
Octal235232335353601536362112
Binary100111011001101011011101111011111001101111100111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,154,221); }

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

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

 a { background-color: rgb(157,154,221); }

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

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

 span { border-color: rgb(157,154,221); }

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