#9F9CD5

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

Shades of Wistful #9F9CD5

Tints of Wistful #9F9CD5

Color information

#9F9CD5 (or 0x9F9CD5) is unknown color: approx Wistful. HEX triplet: 9F, 9C and D5. RGB value is (159,156,213). Sum of RGB (Red+Green+Blue) = 159+156+213=528 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.11% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #9F9CD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CD5 is #60632A. Grayscale: #A3A3A3. Windows color (decimal): -6316843 or 13999263. OLE color: 13999263.

HSL color Cylindrical-coordinate representation of color #9F9CD5: hue angle of 243.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F9CD5 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB159156213-
CMYK0.250.2700.16
HSL243.16º40.43%72.35%-
HSV(B)243.16º26.76%83.53%-
XYZ38.235.9567.88-
YUV163.4155.99124.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.11%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=30.11%
G=29.55%
B=40.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1591562130.250.2700.16243.1640.4372.35
Hex9F9CD5191B010f32848
Octal237234325313302036350110
Binary1001111110011100110101011100111011010000111100111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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