#9F9CD0

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

Shades of Wistful #9F9CD0

Tints of Wistful #9F9CD0

Color information

#9F9CD0 (or 0x9F9CD0) is unknown color: approx Wistful. HEX triplet: 9F, 9C and D0. RGB value is (159,156,208). Sum of RGB (Red+Green+Blue) = 159+156+208=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #9F9CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CD0 is #60632F. Grayscale: #A2A2A2. Windows color (decimal): -6316848 or 13671583. OLE color: 13671583.

HSL color Cylindrical-coordinate representation of color #9F9CD0: hue angle of 243.46º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F9CD0 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB159156208-
CMYK0.240.2500.18
HSL243.46º35.62%71.37%-
HSV(B)243.46º25%81.57%-
XYZ37.5735.764.59-
YUV162.82153.49125.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=30.40%
G=29.83%
B=39.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1591562080.240.2500.18243.4635.6271.37
Hex9F9CD01819012f32447
Octal237234320303102236344107
Binary1001111110011100110100001100011001010010111100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,156,208); }

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

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

 a { background-color: rgb(159,156,208); }

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

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

 span { border-color: rgb(159,156,208); }

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