#9D98DC

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

Shades of Wistful #9D98DC

Tints of Wistful #9D98DC

Color information

#9D98DC (or 0x9D98DC) is unknown color: approx Wistful. HEX triplet: 9D, 98 and DC. RGB value is (157,152,220). Sum of RGB (Red+Green+Blue) = 157+152+220=529 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.68% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D98DC is #626723. Grayscale: #A0A0A0. Windows color (decimal): -6448932 or 14456989. OLE color: 14456989.

HSL color Cylindrical-coordinate representation of color #9D98DC: hue angle of 244.41º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D98DC is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157152220-
CMYK0.290.3100.14
HSL244.41º49.28%72.94%-
HSV(B)244.41º30.91%86.27%-
XYZ38.0534.7972.42-
YUV161.25161.16124.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.68%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=29.68%
G=28.73%
B=41.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571522200.290.3100.14244.4149.2872.94
Hex9D98DC1D1F0Ef43149
Octal235230334353701636461111
Binary100111011001100011011100111011111101110111101001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D98DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,152,220); }

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

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

 a { background-color: rgb(157,152,220); }

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

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

 span { border-color: rgb(157,152,220); }

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