#9F92E1

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

Shades of Wistful #9F92E1

Tints of Wistful #9F92E1

Color information

#9F92E1 (or 0x9F92E1) is unknown color: approx Wistful. HEX triplet: 9F, 92 and E1. RGB value is (159,146,225). Sum of RGB (Red+Green+Blue) = 159+146+225=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 225 (88.28% from 255 or 42.45% from 530); Max value from RGB is 225 - color contains mainly: blue. Hex color #9F92E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F92E1 is #606D1E. Grayscale: #9E9E9E. Windows color (decimal): -6319391 or 14783135. OLE color: 14783135.

HSL color Cylindrical-coordinate representation of color #9F92E1: hue angle of 249.87º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F92E1 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159146225-
CMYK0.290.3500.12
HSL249.87º56.83%72.75%-
HSV(B)249.87º35.11%88.24%-
XYZ38.1733.3675.66-
YUV158.89165.31128.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 225 (88.28% from 255) = 42.45%
R=30%
G=27.55%
B=42.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1591462250.290.3500.12249.8756.8372.75
Hex9F92E11D230Cfa3949
Octal237222341354301437271111
Binary1001111110010010111000011110110001101100111110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F92E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,146,225); }

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

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

 a { background-color: rgb(159,146,225); }

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

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

 span { border-color: rgb(159,146,225); }

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