#9F9DCD

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

Shades of Wistful #9F9DCD

Tints of Wistful #9F9DCD

Color information

#9F9DCD (or 0x9F9DCD) is unknown color: approx Wistful. HEX triplet: 9F, 9D and CD. RGB value is (159,157,205). Sum of RGB (Red+Green+Blue) = 159+157+205=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9DCD is #606232. Grayscale: #A2A2A2. Windows color (decimal): -6316595 or 13475231. OLE color: 13475231.

HSL color Cylindrical-coordinate representation of color #9F9DCD: hue angle of 242.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9DCD is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB159157205-
CMYK0.220.2300.20
HSL242.5º32.43%70.98%-
HSV(B)242.5º23.41%80.39%-
XYZ37.3735.8962.72-
YUV163.07151.66125.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.52%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 205 (80.47% from 255) = 39.35%
R=30.52%
G=30.13%
B=39.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1591572050.220.2300.20242.532.4370.98
Hex9F9DCD1617014f22047
Octal237235315262702436240107
Binary1001111110011101110011011011010111010100111100101000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,157,205); }

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

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

 a { background-color: rgb(159,157,205); }

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

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

 span { border-color: rgb(159,157,205); }

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