#9F9AE3

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

Shades of Wistful #9F9AE3

Tints of Wistful #9F9AE3

Color information

#9F9AE3 (or 0x9F9AE3) is unknown color: approx Wistful. HEX triplet: 9F, 9A and E3. RGB value is (159,154,227). Sum of RGB (Red+Green+Blue) = 159+154+227=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 227 (89.06% from 255 or 42.04% from 540); Max value from RGB is 227 - color contains mainly: blue. Hex color #9F9AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9AE3 is #60651C. Grayscale: #A3A3A3. Windows color (decimal): -6317341 or 14916255. OLE color: 14916255.

HSL color Cylindrical-coordinate representation of color #9F9AE3: hue angle of 244.11º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F9AE3 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB159154227-
CMYK0.300.3200.11
HSL244.11º56.59%74.71%-
HSV(B)244.11º32.16%89.02%-
XYZ39.7236.0377.53-
YUV163.82163.66124.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.44%
GREEN value IS 154 (60.55% from 255) = 28.52%
BLUE value IS 227 (89.06% from 255) = 42.04%
R=29.44%
G=28.52%
B=42.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1591542270.300.3200.11244.1156.5974.71
Hex9F9AE31E200Bf4394b
Octal237232343364001336471113
Binary1001111110011010111000111111010000001011111101001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,154,227); }

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

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

 a { background-color: rgb(159,154,227); }

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

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

 span { border-color: rgb(159,154,227); }

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