#9D97D4

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

Shades of Wistful #9D97D4

Tints of Wistful #9D97D4

Color information

#9D97D4 (or 0x9D97D4) is unknown color: approx Wistful. HEX triplet: 9D, 97 and D4. RGB value is (157,151,212). Sum of RGB (Red+Green+Blue) = 157+151+212=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #9D97D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D97D4 is #62682B. Grayscale: #9F9F9F. Windows color (decimal): -6449196 or 13932445. OLE color: 13932445.

HSL color Cylindrical-coordinate representation of color #9D97D4: hue angle of 245.9º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D97D4 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB157151212-
CMYK0.260.2900.17
HSL245.9º41.5%71.18%-
HSV(B)245.9º28.77%83.14%-
XYZ36.8534.0566.92-
YUV159.75157.49126.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=30.19%
G=29.04%
B=40.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1571512120.260.2900.17245.941.571.18
Hex9D97D41A1D011f62947
Octal235227324323502136651107
Binary1001110110010111110101001101011101010001111101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,151,212); }

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

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

 a { background-color: rgb(157,151,212); }

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

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

 span { border-color: rgb(157,151,212); }

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