#9F98DA

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

Shades of Wistful #9F98DA

Tints of Wistful #9F98DA

Color information

#9F98DA (or 0x9F98DA) is unknown color: approx Wistful. HEX triplet: 9F, 98 and DA. RGB value is (159,152,218). Sum of RGB (Red+Green+Blue) = 159+152+218=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F98DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F98DA is #606725. Grayscale: #A1A1A1. Windows color (decimal): -6317862 or 14325919. OLE color: 14325919.

HSL color Cylindrical-coordinate representation of color #9F98DA: hue angle of 246.36º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F98DA is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159152218-
CMYK0.270.3000.15
HSL246.36º47.14%72.55%-
HSV(B)246.36º30.28%85.49%-
XYZ38.1834.8971.05-
YUV161.62159.82126.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.06%
GREEN value IS 152 (59.77% from 255) = 28.73%
BLUE value IS 218 (85.55% from 255) = 41.21%
R=30.06%
G=28.73%
B=41.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591522180.270.3000.15246.3647.1472.55
Hex9F98DA1B1E0Ff62f49
Octal237230332333601736657111
Binary100111111001100011011010110111111001111111101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F98DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,152,218); }

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

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

 a { background-color: rgb(159,152,218); }

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

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

 span { border-color: rgb(159,152,218); }

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